From: Zlatan Vasović Date: Sun, 15 Dec 2013 10:47:23 +0000 (+0100) Subject: Fix wrong variable name X-Git-Tag: v3.1.0~145^2^2~4^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11879%2Fhead;p=thirdparty%2Fbootstrap.git Fix wrong variable name --- diff --git a/css.html b/css.html index 778747e694..8c8e30a7a0 100644 --- a/css.html +++ b/css.html @@ -2799,8 +2799,8 @@ For example, <section> should be wrapped as inline.

A handful of variables for quickly customizing key elements of your site's skeleton.

{% highlight css %} // Scaffolding -@body-background: #fff; -@text-color: @black-50; +@body-bg: #fff; +@text-color: @black-50; {% endhighlight %}