diff options
| author | wangsai <[email protected]> | 2014-07-17 20:13:16 +0800 |
|---|---|---|
| committer | wangsai <[email protected]> | 2014-07-17 20:13:16 +0800 |
| commit | 45acf4e0403d866f99cdd52d0bfd267f0665a707 (patch) | |
| tree | ab10eee8221297f8da112303af706a38045b7184 /less | |
| parent | 541a75f92c9b9e5b13fe1c331f9d10ba2e12b4de (diff) | |
| download | bootstrap-45acf4e0403d866f99cdd52d0bfd267f0665a707.tar.xz bootstrap-45acf4e0403d866f99cdd52d0bfd267f0665a707.zip | |
Tabs to spaces
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 b7f6e80d3..9670a902f 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 |
