diff options
| author | Mark Otto <[email protected]> | 2013-12-15 10:39:12 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-15 10:39:12 -0800 |
| commit | 8c13565e3c8a15a76a29b1131ebf0c64489c3a44 (patch) | |
| tree | d53ec5666fd4ed8cb8baa4530fd67c2418c628d9 /css.html | |
| parent | 82c52a7e9d35d42df3ef3bc88bffdf5ba2bae98c (diff) | |
| parent | ca7fd08646d8afb31a3065de8edeccf6a5085c2d (diff) | |
| download | bootstrap-8c13565e3c8a15a76a29b1131ebf0c64489c3a44.tar.xz bootstrap-8c13565e3c8a15a76a29b1131ebf0c64489c3a44.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2799,8 +2799,8 @@ For example, <code><section></code> should be wrapped as inline. <p>A handful of variables for quickly customizing key elements of your site's skeleton.</p> {% highlight css %} // Scaffolding -@body-background: #fff; -@text-color: @black-50; +@body-bg: #fff; +@text-color: @black-50; {% endhighlight %} <h3 id="less-variables-links">Links</h3> |
