diff options
| author | Mark Otto <[email protected]> | 2013-05-08 22:13:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-08 22:13:56 -0700 |
| commit | feeaaa6febea765433351d1313d39ad74e452ad4 (patch) | |
| tree | b8b4c905bc9732a84cd39ee8b8cfb3d26ecf80f8 /docs/index.html | |
| parent | 07aed1abc364cc5f493136eba34890b3670554d3 (diff) | |
| download | bootstrap-feeaaa6febea765433351d1313d39ad74e452ad4.tar.xz bootstrap-feeaaa6febea765433351d1313d39ad74e452ad4.zip | |
refactor homepage jumbotron masthead doodad
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 516f62064..3e0cc0adc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,8 +3,8 @@ layout: home title: Bootstrap --- -<div class="bs-docs-jumbotron masthead"> - <div class="container"> +<div class="container"> + <div class="bs-masthead"> <h1>Bootstrap</h1> <p class="lead">Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p> @@ -14,7 +14,7 @@ title: Bootstrap {% include social-buttons.html %} - <ul class="masthead-links"> + <ul class="bs-masthead-links"> <li> <a href="./customize/" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Customize']);">Customize</a> </li> |
