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/templates | |
| 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/templates')
| -rw-r--r-- | docs/templates/pages/less.mustache | 8 |
1 files changed, 4 insertions, 4 deletions
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> |
