Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-01-30 01:29:50 +0400
committerMark Otto <markdotto@gmail.com>2012-01-30 01:29:50 +0400
commit7095d181dc19f31a4b2362010c34258f6f1b4749 (patch)
tree94ab6f755003bfab2ca2d65d5cc1d9c061865ba7
parent910e78d26ad476d11331e8bb9b0233e0b2ba21e3 (diff)
parent2696c6a4bd5eaea9de1d447da8f24da5cb3f74bd (diff)
Merge pull request #1404 from ChadMoran/patch-1
warningText and warningBackground docs fix
-rw-r--r--docs/less.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/less.html b/docs/less.html
index 5935c91259..18ccaea2e5 100644
--- a/docs/less.html
+++ b/docs/less.html
@@ -345,13 +345,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 class="swatch-col"><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><span class="swatch" style="background-color: #f3edd2;"></span></td>
</tr>
<tr>
<td><code>@errorText</code></td>