]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed @gray-base value being once space short 13923/head
authorThomas Coleman <tom@ilikeprograms.com>
Wed, 25 Jun 2014 15:09:57 +0000 (16:09 +0100)
committerThomas Coleman <tom@ilikeprograms.com>
Wed, 25 Jun 2014 15:09:57 +0000 (16:09 +0100)
less/variables.less

index 91cf3d5c8badbda0ccfddd8f226207d1e164f340..aa94ab8e2c9cf0113aca67cce5280b22fcc8c916 100644 (file)
@@ -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