mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 04:11:39 +02:00
remove ; from customizer
This commit is contained in:
@@ -369,7 +369,7 @@
|
|||||||
<label>@btnPrimaryBackground</label>
|
<label>@btnPrimaryBackground</label>
|
||||||
<input type="text" class="span3" placeholder="@linkColor">
|
<input type="text" class="span3" placeholder="@linkColor">
|
||||||
<label>@btnPrimaryBackgroundHighlight</label>
|
<label>@btnPrimaryBackgroundHighlight</label>
|
||||||
<input type="text" class="span3" placeholder="darken(@white, 10%);">
|
<input type="text" class="span3" placeholder="darken(@white, 10%)">
|
||||||
|
|
||||||
</div><!-- /span -->
|
</div><!-- /span -->
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
|
2
docs/templates/pages/customize.mustache
vendored
2
docs/templates/pages/customize.mustache
vendored
@@ -298,7 +298,7 @@
|
|||||||
<label>@btnPrimaryBackground</label>
|
<label>@btnPrimaryBackground</label>
|
||||||
<input type="text" class="span3" placeholder="@linkColor">
|
<input type="text" class="span3" placeholder="@linkColor">
|
||||||
<label>@btnPrimaryBackgroundHighlight</label>
|
<label>@btnPrimaryBackgroundHighlight</label>
|
||||||
<input type="text" class="span3" placeholder="darken(@white, 10%);">
|
<input type="text" class="span3" placeholder="darken(@white, 10%)">
|
||||||
|
|
||||||
</div><!-- /span -->
|
</div><!-- /span -->
|
||||||
<div class="span3">
|
<div class="span3">
|
||||||
|
Reference in New Issue
Block a user