0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01: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.

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;
}