]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix wrong variable name 11879/head
authorZlatan Vasović <legospace9876@gmail.com>
Sun, 15 Dec 2013 10:47:23 +0000 (11:47 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Sun, 15 Dec 2013 10:47:23 +0000 (11:47 +0100)
css.html

index 778747e694d0e5fadbe70d2e9430f956605dd8b6..8c8e30a7a04ef3c51919844d558fdf3a15badd7b 100644 (file)
--- a/css.html
+++ b/css.html
@@ -2799,8 +2799,8 @@ For example, <code>&lt;section&gt;</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>