diff options
| author | Mark Otto <[email protected]> | 2012-07-26 21:45:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-26 21:45:19 -0700 |
| commit | f75277e62d3025fbeb3588a6790caa2ce92122f0 (patch) | |
| tree | e450f62a32e38f68c4434ba51daeb118946ec006 /docs/getting-started.html | |
| parent | 880bdbc4dd05f98389d039062ab956f79c6236a4 (diff) | |
| download | bootstrap-f75277e62d3025fbeb3588a6790caa2ce92122f0.tar.xz bootstrap-f75277e62d3025fbeb3588a6790caa2ce92122f0.zip | |
indenting and such
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 5bf5225be..b28a358f1 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -109,12 +109,12 @@ <div class="row"> <div class="span4"> - <h3>Download compiled</h3> + <h2>Download compiled</h2> <p><strong>Fastest way to get started:</strong> get the compiled and minified versions of our CSS, JS, and images. No docs or original source files.</p> <p><a class="btn btn-large btn-primary" href="assets/bootstrap.zip" >Download Bootstrap</a></p> </div> <div class="span4"> - <h3>Download source</h3> + <h2>Download source</h2> <p>Get the original files for all CSS and Javasript, along with a local copy of the docs by downloading the latest version directly from GitHub.</p> <p><a class="btn btn-large" href="https://github.com/twitter/bootstrap/zipball/master" >Download Bootstrap source</a></p> </div> @@ -156,21 +156,17 @@ </div> <p>Bootstrap comes equipped with HTML, CSS, and JS for all sorts of things, but they can be summarized with a handful of categories visible at the top of the <a href="http://getbootstrap.com">Bootstrap documentation</a>.</p> + <h2>Docs sections</h2> <h4><a href="http://twitter.github.com/bootstrap/scaffolding.html">Scaffolding</a></h4> <p>Global styles for the body to reset type and background, link styles, grid system, and two simple layouts.</p> - <h4><a href="http://twitter.github.com/bootstrap/base-css.html">Base CSS</a></h4> <p>Styles for common HTML elements like typography, code, tables, forms, and buttons. Also includes <a href="http://glyphicons.com">Glyphicons</a>, a great little icon set.</p> - <h4><a href="http://twitter.github.com/bootstrap/components.html">Components</a></h4> <p>Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more.</p> - <h4><a href="http://twitter.github.com/bootstrap/javascript.html">Javascript plugins</a></h4> <p>Similar to Components, these Javascript plugins are interactive components for things like tooltips, popovers, modals, and more.</p> - <hr> - - <h3>List of components</h3> + <h2>List of components</h2> <p>Together, the <strong>Components</strong> and <strong>Javascript plugins</strong> sections provide the following interface elements:</p> <ul> <li>Button groups</li> |
