diff options
| author | Mark Otto <[email protected]> | 2012-01-29 14:23:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-29 14:23:06 -0800 |
| commit | d637db1a23883d905db8e086bfb97435738af940 (patch) | |
| tree | 366d20861172038af9763c81e47292d356dde766 /docs | |
| parent | e493f7fc19d75dba88f3c6594fb94ef1cea09131 (diff) | |
| parent | 7095d181dc19f31a4b2362010c34258f6f1b4749 (diff) | |
| download | bootstrap-d637db1a23883d905db8e086bfb97435738af940.tar.xz bootstrap-d637db1a23883d905db8e086bfb97435738af940.zip | |
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/less.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/less.html b/docs/less.html index 76794dbe4..4499c78df 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> |
