mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fix inverted warning text and bg colors in less docs page
This commit is contained in:
parent
4c237e688b
commit
bd0e952003
Binary file not shown.
@ -348,13 +348,13 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="span3"><code>@warningText</code></td>
|
<td class="span3"><code>@warningText</code></td>
|
||||||
<td>#f3edd2</td>
|
<td>#c09853</td>
|
||||||
<td class="swatch-col"><span class="swatch" style="background-color: #f3edd2;"></span></td>
|
<td><span class="swatch" style="background-color: #c09853;"></span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@warningBackground</code></td>
|
<td><code>@warningBackground</code></td>
|
||||||
<td>#c09853</td>
|
<td>#f3edd2</td>
|
||||||
<td><span class="swatch" style="background-color: #c09853;"></span></td>
|
<td class="swatch-col"><span class="swatch" style="background-color: #f3edd2;"></span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@errorText</code></td>
|
<td><code>@errorText</code></td>
|
||||||
|
8
docs/templates/pages/less.mustache
vendored
8
docs/templates/pages/less.mustache
vendored
@ -272,13 +272,13 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="span3"><code>@warningText</code></td>
|
<td class="span3"><code>@warningText</code></td>
|
||||||
<td>#f3edd2</td>
|
<td>#c09853</td>
|
||||||
<td class="swatch-col"><span class="swatch" style="background-color: #f3edd2;"></span></td>
|
<td><span class="swatch" style="background-color: #c09853;"></span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@warningBackground</code></td>
|
<td><code>@warningBackground</code></td>
|
||||||
<td>#c09853</td>
|
<td>#f3edd2</td>
|
||||||
<td><span class="swatch" style="background-color: #c09853;"></span></td>
|
<td class="swatch-col"><span class="swatch" style="background-color: #f3edd2;"></span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>@errorText</code></td>
|
<td><code>@errorText</code></td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user