aboutsummaryrefslogtreecommitdiff
path: root/customize.html
diff options
context:
space:
mode:
authorMarkus Maga <[email protected]>2013-08-06 00:06:57 +0200
committerMarkus Maga <[email protected]>2013-08-06 00:06:57 +0200
commit9108ab9fb8a5cf98b50ecd42297b8abd931c0846 (patch)
tree2f4cbd7f8c5d026db649bcbb86c5ea51ed08d9cc /customize.html
parentd2389ec7c41183bde77b39ff8f86ff827c9b2174 (diff)
downloadbootstrap-9108ab9fb8a5cf98b50ecd42297b8abd931c0846.tar.xz
bootstrap-9108ab9fb8a5cf98b50ecd42297b8abd931c0846.zip
Added padding variable for alerts and changed customize.html Warning state (which doesn't exist anymore)
Diffstat (limited to 'customize.html')
-rw-r--r--customize.html18
1 files changed, 10 insertions, 8 deletions
diff --git a/customize.html b/customize.html
index fcff58192..ea589058e 100644
--- a/customize.html
+++ b/customize.html
@@ -660,12 +660,21 @@ base_url: "../"
</div>
<h2 id="variables-alerts">Alerts</h2>
- <p>Define alert colors and border radius.</p>
+ <p>Define alert colors, border radius and padding.</p>
<h4>Border radius</h4>
+ <label>@alert-padding</label>
+ <input type="text" class="form-control" placeholder="15px">
<label>@alert-border-radius</label>
<input type="text" class="form-control" placeholder="@border-radius-base">
<div class="row">
<div class="col-lg-6">
+ <h4>Default (Warning)</h4>
+ <label>@alert-text</label>
+ <input type="text" class="form-control" placeholder="@state-warning-text">
+ <label>@alert-bg</label>
+ <input type="text" class="form-control" placeholder="@state-warning-bg">
+ <label>@alert-border</label>
+ <input type="text" class="form-control" placeholder="@state-warning-border">
<h4>Success</h4>
<label>@alert-success-text</label>
<input type="text" class="form-control" placeholder="@state-success-text">
@@ -673,13 +682,6 @@ base_url: "../"
<input type="text" class="form-control" placeholder="@state-success-bg">
<label>@alert-success-border</label>
<input type="text" class="form-control" placeholder="@state-success-border">
- <h4>Warning</h4>
- <label>@alert-warning-text</label>
- <input type="text" class="form-control" placeholder="@state-warning-text">
- <label>@alert-warning-bg</label>
- <input type="text" class="form-control" placeholder="@state-warning-bg">
- <label>@alert-warning-border</label>
- <input type="text" class="form-control" placeholder="@state-warning-border">
</div>
<div class="col-lg-6">
<h4>Danger</h4>