diff options
| author | Mark Otto <[email protected]> | 2012-02-02 09:36:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-02 09:36:33 -0800 |
| commit | bd0e95200390d773b4440d0b7e4cc46091300bbd (patch) | |
| tree | 85a50ccdecead8c29f8f05b52f4787103ec79b8b /docs | |
| parent | 4c237e688bb62431d987b10916f0c746ab758851 (diff) | |
| download | bootstrap-bd0e95200390d773b4440d0b7e4cc46091300bbd.tar.xz bootstrap-bd0e95200390d773b4440d0b7e4cc46091300bbd.zip | |
fix inverted warning text and bg colors in less docs page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52356 -> 52356 bytes | |||
| -rw-r--r-- | docs/less.html | 8 | ||||
| -rw-r--r-- | docs/templates/pages/less.mustache | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex f9690b608..9b35eae93 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/less.html b/docs/less.html index 181ae9b26..16d3d02de 100644 --- a/docs/less.html +++ b/docs/less.html @@ -348,13 +348,13 @@ <tbody> <tr> <td class="span3"><code>@warningText</code></td> - <td>#f3edd2</td> - <td class="swatch-col"><span class="swatch" style="background-color: #f3edd2;"></span></td> + <td>#c09853</td> + <td><span class="swatch" style="background-color: #c09853;"></span></td> </tr> <tr> <td><code>@warningBackground</code></td> - <td>#c09853</td> - <td><span class="swatch" style="background-color: #c09853;"></span></td> + <td>#f3edd2</td> + <td class="swatch-col"><span class="swatch" style="background-color: #f3edd2;"></span></td> </tr> <tr> <td><code>@errorText</code></td> diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 3b04164d0..0826a9e31 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -272,13 +272,13 @@ <tbody> <tr> <td class="span3"><code>@warningText</code></td> - <td>#f3edd2</td> - <td class="swatch-col"><span class="swatch" style="background-color: #f3edd2;"></span></td> + <td>#c09853</td> + <td><span class="swatch" style="background-color: #c09853;"></span></td> </tr> <tr> <td><code>@warningBackground</code></td> - <td>#c09853</td> - <td><span class="swatch" style="background-color: #c09853;"></span></td> + <td>#f3edd2</td> + <td class="swatch-col"><span class="swatch" style="background-color: #f3edd2;"></span></td> </tr> <tr> <td><code>@errorText</code></td> |
