diff options
| author | Mark Otto <[email protected]> | 2011-10-16 19:12:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-16 19:12:33 -0700 |
| commit | c62a0239bd30a12e9f0d8c1e45f5818460e9df90 (patch) | |
| tree | bf389aba93dc6278d7196732dbfc3677d8d35b13 /docs/index.html | |
| parent | 1888511d676ced8f30743cc5b540f02257314bde (diff) | |
| download | bootstrap-c62a0239bd30a12e9f0d8c1e45f5818460e9df90.tar.xz bootstrap-c62a0239bd30a12e9f0d8c1e45f5818460e9df90.zip | |
update to responsive to fix new masthead
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/index.html b/docs/index.html index 5002d9d46..3bc72751e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -76,7 +76,13 @@ ================================================== --> <header class="jumbotron masthead"> <div class="inner"> - <div class="benefits pull-right"> + <h1>Bootstrap,<br> from Twitter</h1> + <p class="lead">Bootstrap is a responsive frontend toolkit from Twitter designed to kickstart web development, complete with core HTML, CSS, and JS for grids, type, forms, navigation, and many more components.</p> + <p class="download-info"> + <a href="#" class="btn primary btn-large">Download on GitHub</a> + Currently v2.0.0 + </p> + <div class="benefits"> <h4>Feature highlights</h4> <ul> <li><span>×</span> Built on LESS</li> @@ -88,12 +94,6 @@ <li><span>×</span> Dozens of components</li> </ul> </div> - <h1>Bootstrap, from Twitter</h1> - <p class="lead">Bootstrap is a frontend toolkit from Twitter designed to kickstart web development, complete with core HTML, CSS, and JS for grids, type, forms, navigation, and many more components.</p> - <p class="download-info"> - <a href="#" class="btn primary btn-large">Download on GitHub</a> - Currently v2.0.0 - </p> </div> </header> |
