diff options
| author | Mark Otto <[email protected]> | 2013-08-17 19:17:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 19:17:25 -0700 |
| commit | f6c151aa208e7e475701333b180f45e23e6ade1a (patch) | |
| tree | 2cb364be4f74f72238290449670f8f4f837de264 /getting-started.html | |
| parent | 06c3d87973207d4e9c4551572a8db0a08e422f37 (diff) | |
| parent | 9a66906d3dec56d1e44083e8ee005affa71ffecf (diff) | |
| download | bootstrap-f6c151aa208e7e475701333b180f45e23e6ade1a.tar.xz bootstrap-f6c151aa208e7e475701333b180f45e23e6ade1a.zip | |
Merge pull request #9756 from twbs/bs3_theme
BS3: Add optional theme (fixes #8706)
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 fda396a9e..3c26f719c 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> |
