From: Thomas Coleman Date: Wed, 25 Jun 2014 15:09:57 +0000 (+0100) Subject: Fixed @gray-base value being once space short X-Git-Tag: v3.3.0~401^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13923%2Fhead;p=thirdparty%2Fbootstrap.git Fixed @gray-base value being once space short --- diff --git a/less/variables.less b/less/variables.less index 91cf3d5c8b..aa94ab8e2c 100644 --- a/less/variables.less +++ b/less/variables.less @@ -7,7 +7,7 @@ // //## Gray and brand colors for use across Bootstrap. -@gray-base: #000; +@gray-base: #000; @gray-darker: lighten(@gray-base, 13.5%); // #222 @gray-dark: lighten(@gray-base, 20%); // #333 @gray: lighten(@gray-base, 33.5%); // #555