diff options
| author | Mark Otto <[email protected]> | 2014-11-29 21:18:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-29 21:18:05 -0800 |
| commit | 149f32d9d38d506bcdaa0361dc40d7743766cf9d (patch) | |
| tree | 52b0c1c3f58db591ed400a8e93a49062f5baab0c /docs/examples | |
| parent | 9c049c99e2839239552bef2d7e4d2a43cdf387b2 (diff) | |
| download | bootstrap-149f32d9d38d506bcdaa0361dc40d7743766cf9d.tar.xz bootstrap-149f32d9d38d506bcdaa0361dc40d7743766cf9d.zip | |
Alternate fix for #15250 with a more descriptive theme jumbotron
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/theme/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html index a687732aa..d057a1d5d 100644 --- a/docs/examples/theme/index.html +++ b/docs/examples/theme/index.html @@ -69,9 +69,8 @@ <!-- Main jumbotron for a primary marketing message or call to action --> <div class="jumbotron"> - <h1>Hello, world!</h1> - <p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</p> - <p><a href="#" class="btn btn-primary btn-lg" role="button">Learn more »</a></p> + <h1>Theme example</h1> + <p>This is a template showcasing the optional theme stylesheet included in Bootstrap. Use it as a starting point to create something more unique by building on or modifying it.</p> </div> |
