From 7a3d15eb210cc9343875760bfa575a9273244ed3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Nov 2012 14:37:24 -0800 Subject: Part 1 of unCamelCasing variables --- less/button-groups.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'less/button-groups.less') diff --git a/less/button-groups.less b/less/button-groups.less index b6913b13c..aa45bdd6d 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -20,8 +20,8 @@ // Optional: Group multiple button groups together for a toolbar .btn-toolbar { font-size: 0; // Hack to remove whitespace that results from using inline-block - margin-top: @baseLineHeight / 2; - margin-bottom: @baseLineHeight / 2; + margin-top: @base-line-height / 2; + margin-bottom: @base-line-height / 2; > .btn + .btn, > .btn-group + .btn, > .btn + .btn-group { @@ -40,7 +40,7 @@ .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover { - font-size: @baseFontSize; // redeclare as part 2 of font-size inline-block hack + font-size: @base-font-size; // redeclare as part 2 of font-size inline-block hack } // Reset fonts for other sizes -- cgit v1.2.3