diff options
| author | Thomas Coleman <[email protected]> | 2014-06-25 16:09:57 +0100 |
|---|---|---|
| committer | Thomas Coleman <[email protected]> | 2014-06-25 16:09:57 +0100 |
| commit | fdacff229752e413f2705c8378e5023301db92de (patch) | |
| tree | e6cb4a1e1f1600300844bcd2ab49e384d76cc123 /less | |
| parent | 41f27fd81367f1f4bda48f02de6f3ed9999ad421 (diff) | |
| download | bootstrap-fdacff229752e413f2705c8378e5023301db92de.tar.xz bootstrap-fdacff229752e413f2705c8378e5023301db92de.zip | |
Fixed @gray-base value being once space short
Diffstat (limited to 'less')
| -rw-r--r-- | less/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index 91cf3d5c8..aa94ab8e2 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 |
