0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #13002 from ZDroid/hash

Add missing customizer comment
This commit is contained in:
Julian Thilo 2014-03-10 11:08:56 +01:00
commit 6234ba561a
2 changed files with 2 additions and 1 deletions

View 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>

View 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;