From: Chris Rebert Date: Sat, 4 Jan 2014 00:19:20 +0000 (-0800) Subject: Replace lingering page.url instance with site.baseurl X-Git-Tag: v3.1.0~124^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c33a822da54a48f0f4751fe519dfc6b324a453;p=thirdparty%2Fbootstrap.git Replace lingering page.url instance with site.baseurl Refs #12083 & #12037 --- diff --git a/docs/css.html b/docs/css.html index 91cd0218c3..38f03c4a54 100644 --- a/docs/css.html +++ b/docs/css.html @@ -3462,7 +3462,7 @@ Bootstrap.javascripts_path @import "bootstrap/theme"; {% endhighlight %} -

The full list of Bootstrap variables can be found in the Customizer. You can override these by simply redefining the variable before the @import directive, e.g.:

+

The full list of Bootstrap variables can be found in the Customizer. You can override these by simply redefining the variable before the @import directive, e.g.:

{% highlight sass %} $navbar-default-bg: #312312;