diff options
| author | Mark Otto <[email protected]> | 2013-12-15 10:28:32 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-15 10:28:32 -0800 |
| commit | ca7fd08646d8afb31a3065de8edeccf6a5085c2d (patch) | |
| tree | 977157e8d67bd98283a8de135c7f27445f9fe8ea /css.html | |
| parent | 168469f545a189fa51e5d36546e7972f4748ec3f (diff) | |
| parent | ae170a5930106b5d36cc2a0ec47085f51c2c93f3 (diff) | |
| download | bootstrap-ca7fd08646d8afb31a3065de8edeccf6a5085c2d.tar.xz bootstrap-ca7fd08646d8afb31a3065de8edeccf6a5085c2d.zip | |
Merge pull request #11879 from ZDroid/wrong-variable
Fix wrong variable name
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> |
