]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add missing customizer comment 13002/head
authorZlatan Vasović <legospace9876@gmail.com>
Mon, 10 Mar 2014 07:35:50 +0000 (08:35 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Mon, 10 Mar 2014 07:35:50 +0000 (08:35 +0100)
docs/_includes/customizer-variables.html
less/variables.less

index 7f2dd58b7ef4322a25bed06470fe9c88519e93ac..e807e1231db1eb16ea70bd94d29fdd4d7253aa14 100644 (file)
@@ -45,6 +45,7 @@
   </div>
 </div>
 <h2 id="scaffolding">Scaffolding</h2>
+<p>Settings for some of the most global styles.</p>
 <div class="row">
   <div class="bs-customizer-input">
     <label for="input-@body-bg">@body-bg</label>
index 82616ac562465671f2d5b0cb758a73697d1405c8..cdc1ba88138df0dbafe3f51c8f0a68750fb30d13 100644 (file)
@@ -22,7 +22,7 @@
 
 //== Scaffolding
 //
-// ## Settings for some of the most global styles.
+//## Settings for some of the most global styles.
 
 //** Background color for `<body>`.
 @body-bg:               #fff;