2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

tighten padding on labels and badges given default line-height

This commit is contained in:
Mark Otto
2012-02-22 08:12:25 -08:00
parent a139167489
commit 92a54a7b72
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
// Base
.label {
padding: 2px 4px 3px;
font-size: @baseFontSize * .85;
padding: 1px 4px 2px;
font-size: @baseFontSize * .846;
font-weight: bold;
white-space: nowrap;
color: @white;