diff options
| author | Mark Otto <[email protected]> | 2012-01-26 10:00:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-26 10:00:09 -0800 |
| commit | 0ef4b6419fd83170dd62049a2850c5e8466635c9 (patch) | |
| tree | 23e649cbd61892a8755a4e9af2c7f790d9fd7fa3 /docs/less.html | |
| parent | 106625a2ece84fd5e1e68144411c8d00db05c23f (diff) | |
| download | bootstrap-0ef4b6419fd83170dd62049a2850c5e8466635c9.tar.xz bootstrap-0ef4b6419fd83170dd62049a2850c5e8466635c9.zip | |
overhaul frontpage jumbotron, add js for twitter buttons back in, fix up some form ids and classes, straighten out the use of primary button variable
Diffstat (limited to 'docs/less.html')
| -rw-r--r-- | docs/less.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/less.html b/docs/less.html index f6321fc69..d2e083c2e 100644 --- a/docs/less.html +++ b/docs/less.html @@ -27,6 +27,7 @@ <body data-spy="scroll" data-target=".subnav" data-offset="50"> + <!-- Navbar ================================================== --> <div class="navbar navbar-fixed"> @@ -301,8 +302,8 @@ <table class="table table-bordered table-striped"> <tbody> <tr> - <td class="span3"><code>@primaryButtonColor</code></td> - <td><code>@blue</code></td> + <td class="span3"><code>@primaryButtonBackground</code></td> + <td><code>@linkColor</code></td> </tr> </tbody> </table> @@ -755,6 +756,7 @@ </div><!-- /row --> </section> + <!-- Footer ================================================== --> <footer class="footer"> @@ -767,9 +769,11 @@ </div><!-- /container --> - <!-- Le javascript --> + + <!-- Le javascript + ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <!-- <script src="http://code.jquery.com/jquery-1.7.min.js"></script> --> + <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script> <script src="../js/tests/vendor/jquery.js"></script> <script src="assets/js/google-code-prettify/prettify.js"></script> <script src="../js/bootstrap-transition.js"></script> |
