2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

fix for #1779, use line-height var

This commit is contained in:
Mark Otto
2012-02-07 00:16:05 -08:00
parent 2d9b3c45d3
commit adff17ac03
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -92,7 +92,7 @@
padding: 3px 15px;
clear: both;
font-weight: normal;
line-height: 18px;
line-height: @baseLineHeight;
color: @gray;
white-space: nowrap;
}