From 73a1a4133c484d0791efff87bc41eac3e2853e42 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 18 Aug 2013 10:08:18 -0700 Subject: combine and simplify caret border widths --- less/button-groups.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'less/button-groups.less') diff --git a/less/button-groups.less b/less/button-groups.less index b137aba6d..45f2fd0a9 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -159,13 +159,12 @@ } // Carets in other button sizes .btn-lg .caret { - border-width: @caret-width-large; + border-width: @caret-width-large @caret-width-large 0; border-bottom-width: 0; } // Upside down carets for .dropup .dropup .btn-lg .caret { - border-width: @caret-width-large; - border-top-width: 0; + border-width: 0 @caret-width-large @caret-width-large; } -- cgit v1.2.3