diff options
| author | Maurice Wahba <[email protected]> | 2015-09-06 18:01:41 -0400 |
|---|---|---|
| committer | Maurice Wahba <[email protected]> | 2015-09-06 18:01:41 -0400 |
| commit | 5c4fa4f0f6c6477f5dcb05856bae39ebaa9177a7 (patch) | |
| tree | 2c1996f0415138b97775aac3618d31c98dbbfbe4 /docs/examples/jumbotron | |
| parent | efac54c2a4d9c1d4c183768ed65ca610c4b19bfc (diff) | |
| download | bootstrap-5c4fa4f0f6c6477f5dcb05856bae39ebaa9177a7.tar.xz bootstrap-5c4fa4f0f6c6477f5dcb05856bae39ebaa9177a7.zip | |
Fixes to examples
Diffstat (limited to 'docs/examples/jumbotron')
| -rw-r--r-- | docs/examples/jumbotron/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html index 674c5c2b5..22d613cef 100644 --- a/docs/examples/jumbotron/index.html +++ b/docs/examples/jumbotron/index.html @@ -20,9 +20,9 @@ <body> - <nav class="navbar navbar-inverse navbar-static-top"> + <nav class="navbar navbar-static-top navbar-dark bg-inverse"> <a class="navbar-brand" href="#">Project name</a> - <ul class="nav nav-pills"> + <ul class="nav navbar-nav"> <li class="nav-item active"> <a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a> </li> @@ -38,7 +38,7 @@ <!-- Main jumbotron for a primary marketing message or call to action --> <div class="jumbotron"> <div class="container"> - <h1>Hello, world!</h1> + <h1 class="display-3">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 class="btn btn-primary btn-lg" href="#" role="button">Learn more »</a></p> </div> |
