diff options
| author | Mark Otto <[email protected]> | 2012-11-07 13:30:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-08 23:46:40 -0800 |
| commit | cf7d7a7b5dcb0467903107c9b2fa212f737b6259 (patch) | |
| tree | c9b3b34f9f34bc20f25d71bfe39f3b72e24cd3ce /docs | |
| parent | 02c0b788cd72da8b9393434e67d366e66b89d1c0 (diff) | |
| download | bootstrap-cf7d7a7b5dcb0467903107c9b2fa212f737b6259.tar.xz bootstrap-cf7d7a7b5dcb0467903107c9b2fa212f737b6259.zip | |
remove ; from customizer
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/customize.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/customize.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/customize.html b/docs/customize.html index 4fa47d7bb..7b465b859 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -369,7 +369,7 @@ <label>@btnPrimaryBackground</label> <input type="text" class="span3" placeholder="@linkColor"> <label>@btnPrimaryBackgroundHighlight</label> - <input type="text" class="span3" placeholder="darken(@white, 10%);"> + <input type="text" class="span3" placeholder="darken(@white, 10%)"> </div><!-- /span --> <div class="span3"> diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache index d99709888..8d8a2f92a 100644 --- a/docs/templates/pages/customize.mustache +++ b/docs/templates/pages/customize.mustache @@ -298,7 +298,7 @@ <label>@btnPrimaryBackground</label> <input type="text" class="span3" placeholder="@linkColor"> <label>@btnPrimaryBackgroundHighlight</label> - <input type="text" class="span3" placeholder="darken(@white, 10%);"> + <input type="text" class="span3" placeholder="darken(@white, 10%)"> </div><!-- /span --> <div class="span3"> |
