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/components.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/components.html')
| -rw-r--r-- | docs/components.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index 2ccfd26e6..49f3f8369 100644 --- a/docs/components.html +++ b/docs/components.html @@ -27,6 +27,7 @@ <body data-spy="scroll" data-target=".subnav" data-offset="50"> + <!-- Navbar ================================================== --> <div class="navbar navbar-fixed"> @@ -1248,6 +1249,7 @@ </section> + <!-- Footer ================================================== --> <footer class="footer"> @@ -1260,9 +1262,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> |
