diff options
| author | Mark Otto <[email protected]> | 2012-01-24 16:54:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 16:54:35 -0800 |
| commit | 40e92221a616bfe4e9500bcf2b72c86844f7f03f (patch) | |
| tree | 24b0c52f43d40b9f9b0b8c5509f36d7110beaac6 /docs/less.html | |
| parent | c2312220e4e1da3939c9fa79e97d79f693058ea2 (diff) | |
| download | bootstrap-40e92221a616bfe4e9500bcf2b72c86844f7f03f.tar.xz bootstrap-40e92221a616bfe4e9500bcf2b72c86844f7f03f.zip | |
revamp alert message and error state color/text/bg to be variables
Diffstat (limited to 'docs/less.html')
| -rw-r--r-- | docs/less.html | 74 |
1 files changed, 53 insertions, 21 deletions
diff --git a/docs/less.html b/docs/less.html index 735bd0dc6..dfa0739a7 100644 --- a/docs/less.html +++ b/docs/less.html @@ -159,23 +159,23 @@ </tr> <tr> <td><code>@grayDarker</code></td> - <td><code>#222</code></td> + <td>#222</td> </tr> <tr> <td><code>@grayDark</code></td> - <td><code>#333</code></td> + <td>#333</td> </tr> <tr> <td><code>@gray</code></td> - <td><code>#555</code></td> + <td>#555</td> </tr> <tr> <td><code>@grayLight</code></td> - <td><code>#999</code></td> + <td>#999</td> </tr> <tr> <td><code>@grayLighter</code></td> - <td><code>#eee</code></td> + <td>#eee</td> </tr> <tr> <td><code>@white</code></td> @@ -283,22 +283,54 @@ </table> </div> </div> <!-- /row --> - <div class="row"> - <div class="span3"> - <h3>Visuals</h3> - </div> - <div class="span9"> - <table class="table table-bordered table-striped"> - <tbody> - <tr> - <td><code>@primaryButtonColor</code></td> - <td><code>@blue</code></td> - <td></td> - </tr> - </tbody> - </table> - </div> - </div> <!-- /row --> + + <h3>Components</h3> + <table class="table table-bordered table-striped"> + <thead> + <tr> + <th colspan="2" class="span3">Buttons</th> + </tr> + </thead> + <tbody> + <tr> + <td><code>@primaryButtonColor</code></td> + <td><code>@blue</code></td> + </tr> + </tbody> + + <thead> + <tr> + <th colspan="2" class="span3">Buttons</th> + </tr> + </thead> + <tbody> + <tr> + <td><code>@placeholderText</code></td> + <td><code>@grayLight</code></td> + </tr> + </tbody> + + <thead> + <tr> + <th colspan="2" class="span3">Navbars</th> + </tr> + </thead> + <tbody> + <tr> + <td><code>@navbarHeight</code></td> + <td>40px</td> + </tr> + <tr> + <td><code>@navbarBackground</code></td> + <td><code>@grayDarker</code></td> + </tr> + <tr> + <td><code>@navbarBackgroundHighlight</code></td> + <td><code>@grayDark</code></td> + </tr> + </tbody> + </table> + </section> |
