From adff17ac03e932d09d80d68d6a5b1c0463805dc1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 7 Feb 2012 00:16:05 -0800 Subject: fix for #1779, use line-height var --- docs/assets/bootstrap.zip | Bin 52562 -> 52562 bytes less/dropdowns.less | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index d079b7cc5..5d0083c2d 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/less/dropdowns.less b/less/dropdowns.less index 118430871..1ec06b04a 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -92,7 +92,7 @@ padding: 3px 15px; clear: both; font-weight: normal; - line-height: 18px; + line-height: @baseLineHeight; color: @gray; white-space: nowrap; } -- cgit v1.2.3