Commit bd0e9520 authored by Mark Otto's avatar Mark Otto
Browse files

fix inverted warning text and bg colors in less docs page

parent 4c237e68
2 merge requests!1882[2.0.1-wip] black/dark button ,!1894[2.0.1 wip] -- fixing Issue #1893 - removing hardcoded color border from <hr/>
Showing with 8 additions and 8 deletions
+8 -8
No preview for this file type
...@@ -348,13 +348,13 @@ ...@@ -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>
......
...@@ -272,13 +272,13 @@ ...@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment