diff options
| author | Mark Otto <[email protected]> | 2013-08-17 18:59:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 18:59:50 -0700 |
| commit | c56a749323836b7e0b7401d41de1d0c68a7cb7a8 (patch) | |
| tree | 6cf54bdb0f90208077fe04b4d7260d68f9c288a0 /getting-started.html | |
| parent | ba20e512ce53e7cc771ba06d492a01d48db6cc97 (diff) | |
| download | bootstrap-c56a749323836b7e0b7401d41de1d0c68a7cb7a8.tar.xz bootstrap-c56a749323836b7e0b7401d41de1d0c68a7cb7a8.zip | |
Finish first pass at and docment Bootstrap v2-ish theme
* Adds new "theme" example
* Adds new theme.less file to provide all the overrides and additional
styles for the theme
* theme.less compiles, via Grunt, to two new files to `dist/css`,
bootstrap-theme.css and bootstrap-theme.min.css
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/getting-started.html b/getting-started.html index 5da537393..85555ff02 100644 --- a/getting-started.html +++ b/getting-started.html @@ -241,7 +241,15 @@ bootstrap/ <h4>Non-responsive Bootstrap</h4> <p>Easily disable the responsiveness of Bootstrap <a href="../getting-started/#disable-responsive">per our docs</a>.</p> </div> + <div class="clearfix visible-xs"></div> + <div class="col-xs-6 col-md-4"> + <a class="thumbnail" href="../examples/theme/"> + <img src="../examples/screenshots/theme.jpg" alt=""> + </a> + <h4>Bootstrap theme</h4> + <p>Load the optional Bootstrap theme for a visually enhanced experience.</p> + </div> </div> </div> |
