diff options
| author | Mark Otto <[email protected]> | 2011-06-30 00:31:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-30 00:31:56 -0700 |
| commit | ced32d5ceb28b9a69e5acce2218b17e0efcf7685 (patch) | |
| tree | 72eeba875f96f592a2413e14c57cd9d3b44e47ae /docs/index.html | |
| parent | 9e33ab20abaa34bf761ca74ab843cb43d6ae138d (diff) | |
| download | bootstrap-ced32d5ceb28b9a69e5acce2218b17e0efcf7685.tar.xz bootstrap-ced32d5ceb28b9a69e5acce2218b17e0efcf7685.zip | |
adding note in the masthead about less.js and browser support
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 10 |
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> |
