diff options
| author | Mark Otto <[email protected]> | 2012-11-30 15:18:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 15:18:49 -0800 |
| commit | 12a00f62a9a9915479767807ab03ba5ac19a4cef (patch) | |
| tree | 5e6efa6b953d36c50aeffecd8123309bcb511bde /docs | |
| parent | 0ef347706c7585cb2a53fa99b03d59e18908fee1 (diff) | |
| download | bootstrap-12a00f62a9a9915479767807ab03ba5ac19a4cef.tar.xz bootstrap-12a00f62a9a9915479767807ab03ba5ac19a4cef.zip | |
remove color variables, swap others were appropro
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 | ||||
| -rw-r--r-- | docs/customize.html | 15 | ||||
| -rw-r--r-- | docs/templates/pages/customize.mustache | 15 |
3 files changed, 2 insertions, 32 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 12aa52a14..985cc2dea 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1435,8 +1435,8 @@ select:focus:invalid:focus { .input-append .active, .input-prepend .active { - background-color: #a9dba9; - border-color: #46a546; + background-color: #dff0d8; + border-color: #468847; } .input-prepend .add-on, diff --git a/docs/customize.html b/docs/customize.html index 861621c52..277d9701a 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -247,21 +247,6 @@ <input type="text" class="span3" placeholder="#08c"> <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"> - <label>@green</label> - <input type="text" class="span3" placeholder="#46a546"> - <label>@red</label> - <input type="text" class="span3" placeholder="#9d261d"> - <label>@yellow</label> - <input type="text" class="span3" placeholder="#ffc40d"> - <label>@orange</label> - <input type="text" class="span3" placeholder="#f89406"> - <label>@pink</label> - <input type="text" class="span3" placeholder="#c3325f"> - <label>@purple</label> - <input type="text" class="span3" placeholder="#7a43b6"> <h3>Sprites</h3> <label>@iconSpritePath</label> diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache index b25a474d2..b91848676 100644 --- a/docs/templates/pages/customize.mustache +++ b/docs/templates/pages/customize.mustache @@ -179,21 +179,6 @@ <input type="text" class="span3" placeholder="#08c"> <label>@link-color-hover</label> <input type="text" class="span3" placeholder="darken(@link-color, 15%)"> - <h3>{{_i}}Colors{{/i}}</h3> - <label>@blue</label> - <input type="text" class="span3" placeholder="#049cdb"> - <label>@green</label> - <input type="text" class="span3" placeholder="#46a546"> - <label>@red</label> - <input type="text" class="span3" placeholder="#9d261d"> - <label>@yellow</label> - <input type="text" class="span3" placeholder="#ffc40d"> - <label>@orange</label> - <input type="text" class="span3" placeholder="#f89406"> - <label>@pink</label> - <input type="text" class="span3" placeholder="#c3325f"> - <label>@purple</label> - <input type="text" class="span3" placeholder="#7a43b6"> <h3>{{_i}}Sprites{{/i}}</h3> <label>@iconSpritePath</label> |
