diff options
| author | Mark Otto <[email protected]> | 2012-11-30 14:37:24 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 14:37:24 -0800 |
| commit | 7a3d15eb210cc9343875760bfa575a9273244ed3 (patch) | |
| tree | 315aa2991efe142decca7b4e48f29cb03de6fde2 /docs/customize.html | |
| parent | fe8061b84ecdda5ea70514fe487e2f46564439e2 (diff) | |
| download | bootstrap-7a3d15eb210cc9343875760bfa575a9273244ed3.tar.xz bootstrap-7a3d15eb210cc9343875760bfa575a9273244ed3.zip | |
Part 1 of unCamelCasing variables
Diffstat (limited to 'docs/customize.html')
| -rw-r--r-- | docs/customize.html | 40 |
1 files changed, 19 insertions, 21 deletions
diff --git a/docs/customize.html b/docs/customize.html index e23a23466..16a76e3a7 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -237,16 +237,16 @@ <div class="row download-builder"> <div class="span3"> <h3>Scaffolding</h3> - <label>@bodyBackground</label> + <label>@body-background</label> <input type="text" class="span3" placeholder="@white"> - <label>@textColor</label> + <label>@text-color</label> <input type="text" class="span3" placeholder="@grayDark"> <h3>Links</h3> - <label>@linkColor</label> + <label>@link-color</label> <input type="text" class="span3" placeholder="#08c"> - <label>@linkColorHover</label> - <input type="text" class="span3" placeholder="darken(@linkColor, 15%)"> + <label>@link-color-hover</label> + <input type="text" class="span3" placeholder="darken(@link-color, 15%)"> <h3>Colors</h3> <label>@blue</label> <input type="text" class="span3" placeholder="#049cdb"> @@ -289,35 +289,33 @@ <div class="span3"> <h3>Typography</h3> - <label>@sansFontFamily</label> + <label>@font-family-sans-serif</label> <input type="text" class="span3" placeholder="'Helvetica Neue', Helvetica, Arial, sans-serif"> - <label>@serifFontFamily</label> + <label>@font-family-serif</label> <input type="text" class="span3" placeholder="Georgia, 'Times New Roman', Times, serif"> - <label>@monoFontFamily</label> + <label>@font-family-monospace</label> <input type="text" class="span3" placeholder="Menlo, Monaco, 'Courier New', monospace"> - <label>@baseFontSize</label> + <label>@base-font-size</label> <input type="text" class="span3" placeholder="14px"> - <label>@baseFontFamily</label> - <input type="text" class="span3" placeholder="@sansFontFamily"> - <label>@baseLineHeight</label> + <label>@base-font-family</label> + <input type="text" class="span3" placeholder="@font-family-sans-serif"> + <label>@base-line-height</label> <input type="text" class="span3" placeholder="20px"> - <label>@altFontFamily</label> - <input type="text" class="span3" placeholder="@serifFontFamily"> - <label>@headingsFontFamily</label> + <label>@headings-font-family</label> <input type="text" class="span3" placeholder="inherit"> - <label>@headingsFontWeight</label> + <label>@headings-font-weight</label> <input type="text" class="span3" placeholder="bold"> <label>@headingsColor</label> <input type="text" class="span3" placeholder="inherit"> <label>@fontSizeLarge</label> - <input type="text" class="span3" placeholder="@baseFontSize * 1.25"> + <input type="text" class="span3" placeholder="@base-font-size * 1.25"> <label>@fontSizeSmall</label> - <input type="text" class="span3" placeholder="@baseFontSize * 0.85"> + <input type="text" class="span3" placeholder="@base-font-size * 0.85"> <label>@fontSizeMini</label> - <input type="text" class="span3" placeholder="@baseFontSize * 0.75"> + <input type="text" class="span3" placeholder="@base-font-size * 0.75"> <label>@paddingLarge</label> <input type="text" class="span3" placeholder="11px 19px"> @@ -364,7 +362,7 @@ <label>@formActionsBackground</label> <input type="text" class="span3" placeholder="#f5f5f5"> <label>@btnPrimaryBackground</label> - <input type="text" class="span3" placeholder="@linkColor"> + <input type="text" class="span3" placeholder="@link-color"> <label>@btnPrimaryBackgroundHighlight</label> <input type="text" class="span3" placeholder="darken(@white, 10%)"> @@ -434,7 +432,7 @@ <label>@dropdownLinkColorHover</label> <input type="text" class="span3" placeholder="@white"> <label>@dropdownLinkBackgroundHover</label> - <input type="text" class="span3" placeholder="@linkColor"> + <input type="text" class="span3" placeholder="@link-color"> </div><!-- /span --> </div><!-- /row --> </section> |
