From 84c33a822da54a48f0f4751fe519dfc6b324a453 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 3 Jan 2014 16:19:20 -0800 Subject: [PATCH] Replace lingering page.url instance with site.baseurl Refs #12083 & #12037 --- docs/css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2