aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-06-30 10:40:28 -0700
committerMark Otto <[email protected]>2011-06-30 10:40:28 -0700
commit588b2da937dd5c34766863fba3a9daaf2276d900 (patch)
treed13e69999b2724c80be268e0819df01345c5a2bc /docs/index.html
parent6aae3930c92052a49686c1bd73a264da905ce898 (diff)
downloadbootstrap-588b2da937dd5c34766863fba3a9daaf2276d900.tar.xz
bootstrap-588b2da937dd5c34766863fba3a9daaf2276d900.zip
updated docs, fixed language, added copy-code js for selecting text on focus
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html33
1 files changed, 9 insertions, 24 deletions
diff --git a/docs/index.html b/docs/index.html
index 862bd597f..aab4ae490 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -42,27 +42,12 @@
<div id="masthead">
<div class="inner">
<div class="container">
-<!--
- <div class="row">
- <div class="span11 columns">
--->
- <h1>Twitter Bootstrap</h1>
- <p class="lead">
- Bootstrap is a toolkit from Twitter designed to kickstart development of websites and apps.<br />
- It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.<br />
- </p>
- <p><strong>Nerd alert:</strong> Bootstrap is <a href="#less" title="Read about using Bootstrap with LESS">built with LESS</a> and was designed to work out of the gate with only modern browsers in mind.</p>
-<!--
- </div>
- <div class="span5 columns">
- <a href="" class="btn large primary">Download Bootstrap ZIP &raquo;</a>
- <small>
- <a href="">Visit project page on Github &raquo;</a><br />
- (Current version: 1.0.0)
- </small>
- </div>
- </div>
--->
+ <h1>Twitter Bootstrap</h1>
+ <p class="lead">
+ Bootstrap is a toolkit from Twitter designed to kickstart development of websites and apps.<br />
+ It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.<br />
+ </p>
+ <p><strong>Nerd alert:</strong> Bootstrap is <a href="#less" title="Read about using Bootstrap with LESS">built with LESS</a> and was designed to work out of the gate with only modern browsers in mind.</p>
</div> <!-- /container -->
</div>
</div>
@@ -74,15 +59,15 @@
<h6>Hotlink the CSS</h6>
<p>For the quickest and easiest start, just copy this snippet into your webpage.</p>
<form>
- <textarea>&lt;link type="text/css" href="http://twitter.github.com/bootstrap-1.0.0.css</textarea>
+ <textarea class="copy-code" rows="1">&lt;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>&lt;link type="text/css" href="http://twitter.github.com/bootstrap-1.0.0.css
-&lt;link type="text/css" href="http://twitter.github.com/bootstrap-1.0.0.css</textarea>
+ <textarea class="copy-code" rows="2">&lt;link rel="stylesheet/less" type="text/css" href="http://twitter.github.com/bootstrap.less&gt;
+&lt;script src="less.js"&gt;&lt;/script&gt;</textarea>
</form>
</div>
<div class="span5 columns">