1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 10:05:40 +02: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; padding: 3px 15px;
clear: both; clear: both;
font-weight: normal; font-weight: normal;
line-height: 18px; line-height: @baseLineHeight;
color: @gray; color: @gray;
white-space: nowrap; white-space: nowrap;
} }