diff options
| author | Christian <[email protected]> | 2013-09-02 21:36:54 +0900 |
|---|---|---|
| committer | Christian <[email protected]> | 2013-09-02 21:36:54 +0900 |
| commit | 5d88943a52f9438d6e76c51e4315f603353b8b36 (patch) | |
| tree | b5bded94cb1ceb5e4a573f05150068b1a7932c0d /examples/theme | |
| parent | 93dc003a83c5177149786b5f68699b259de60d2a (diff) | |
| download | bootstrap-5d88943a52f9438d6e76c51e4315f603353b8b36.tar.xz bootstrap-5d88943a52f9438d6e76c51e4315f603353b8b36.zip | |
Update index.html
Updated text in the jumbotron container to reflect the Bootstrap 3 change from 'hero unit' to 'jumbotron'.
Diffstat (limited to 'examples/theme')
| -rw-r--r-- | examples/theme/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/theme/index.html b/examples/theme/index.html index 2d8925a16..a0f3128bf 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -64,7 +64,7 @@ <!-- 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 the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p> + <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> </div> |
