diff options
| author | Mark Otto <[email protected]> | 2011-06-29 23:47:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-29 23:47:54 -0700 |
| commit | 1905a992d9cc8f1160930edad6ec5d52eaf06d85 (patch) | |
| tree | 8a78278af7587ceb3e4c46a02c30cb69ed5ec976 /docs/index.html | |
| parent | cddc565d07fed42576a55111ea60ce1b6ff5bbd9 (diff) | |
| download | bootstrap-1905a992d9cc8f1160930edad6ec5d52eaf06d85.tar.xz bootstrap-1905a992d9cc8f1160930edad6ec5d52eaf06d85.zip | |
updated docs call to actions for using bootstrap, tweaks to aesthetic
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 49 |
1 files changed, 26 insertions, 23 deletions
diff --git a/docs/index.html b/docs/index.html index 29798169e..63cf6c2c7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -59,31 +59,34 @@ </div> </div> --> - - <div class="row quickstart"> - <div class="span5 columns"> - <h6>Hotlink the CSS</h6> - <p>For the quickest and easiest start, just copy this snippet into your webpage.</p> - <form> - <textarea><link type="text/css" href="http://twitter.github.com/bootstrap-1.0.0.css</textarea> - </form> - </div> - <div class="span5 columns"> - <h6>Use it with LESS</h6> - <p>A fan of using LESS.js? No problem, just clone the repo and add these lines:</p> - <form> - <textarea><link type="text/css" href="http://twitter.github.com/bootstrap-1.0.0.css + </div> <!-- /container --> + </div> + </div> + + <div class="quickstart"> + <div class="container"> + <div class="row"> + <div class="span5 columns"> + <h6>Hotlink the CSS</h6> + <p>For the quickest and easiest start, just copy this snippet into your webpage.</p> + <form> + <textarea><link type="text/css" href="http://twitter.github.com/bootstrap-1.0.0.css</textarea> + </form> + </div> + <div class="span5 columns"> + <h6>Use it with LESS</h6> + <p>A fan of using LESS.js? No problem, just clone the repo and add these lines:</p> + <form> + <textarea><link type="text/css" href="http://twitter.github.com/bootstrap-1.0.0.css <link type="text/css" href="http://twitter.github.com/bootstrap-1.0.0.css</textarea> - </form> - </div> - <div class="span5 columns"> - <h6>Fork on GitHub</h6> - <p>Download, fork, pull, and more with the official Bootstrap repo on Github.</p> - <p><a href="" class="btn primary">Bootstrap on GitHub »</a></p> - </div> + </form> + </div> + <div class="span5 columns"> + <h6>Fork on GitHub</h6> + <p>Download, fork, pull, and more with the official Bootstrap repo on Github.</p> + <p><a href="" class="btn primary">Bootstrap on GitHub »</a></p> + </div> </div> - - </div> <!-- /container --> </div> </div> |
