aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html
index 63cf6c2c7..465e53ef2 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -25,7 +25,7 @@
<img src="assets/img/twitter-logo-no-bird.png" alt="Twitter" /> <span>bootstrap</span>
</a></h3>
<ul>
- <li><a href="#masthead">Overview</a></li>
+ <li class="active"><a href="#masthead">Overview</a></li>
<li><a href="#grid-system">Grid</a></li>
<li><a href="#layouts">Layouts</a></li>
<li><a href="#typography">Typography</a></li>
@@ -47,7 +47,11 @@
<div class="span11 columns">
-->
<h1>Twitter Bootstrap</h1>
- <p class="lead">Bootstrap is Twitter's toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more.</p>
+ <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">
@@ -1101,7 +1105,7 @@
-<section id="preboot">
+<section id="less">
<div class="page-header">
<h1>Using Bootstrap with LESS <small>Supercharge your CSS with variables, mixins, and functions</small></h1>
</div>