diff options
| author | Mark Otto <[email protected]> | 2012-07-29 00:30:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-29 00:30:15 -0700 |
| commit | a30045daef809edf5ed592ad842c04377898e444 (patch) | |
| tree | c49b0ac07bccbb2b040230ed83fb88d757978166 /docs/templates | |
| parent | fe6a4b0b5497a78a085e85125f4397a27b7737dc (diff) | |
| download | bootstrap-a30045daef809edf5ed592ad842c04377898e444.tar.xz bootstrap-a30045daef809edf5ed592ad842c04377898e444.zip | |
reverse navbar styles to save code
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/layout.mustache | 2 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 3 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 7 |
3 files changed, 7 insertions, 5 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache index 4c69e9fc5..6266446e1 100644 --- a/docs/templates/layout.mustache +++ b/docs/templates/layout.mustache @@ -43,7 +43,7 @@ <!-- Navbar ================================================== --> - <div class="navbar navbar-fixed-top"> + <div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 248ffa042..39d8f4fc4 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1399,7 +1399,8 @@ </pre> <p>{{_i}}Create block level buttons—those that span the full width of a parent— by adding <code>.btn-block</code>.{{/i}}</p> <div class="bs-docs-example"> - <div class="well" style="max-width: 400px; margin: 0 auto;"> + <div class="well" style="max-width: 400px; margin: 0 auto 10px;"> + <button type="button" class="btn btn-large btn-primary btn-block">{{_i}}Block level button{{/i}}</button> <button type="button" class="btn btn-large btn-block">{{_i}}Block level button{{/i}}</button> </div> </div> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 7ac31e219..7c9499947 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1175,10 +1175,10 @@ <hr class="bs-docs-separator"> - <h2>{{_i}}Subnav variation{{/i}}</h2> - <p>{{_i}}Modify the look of the navbar by adding <code>.navbar-subnav</code>. Perfect for a secondary nav, or just a replacement to the default dark navbar.{{/i}}</p> + <h2>{{_i}}Inverted variation{{/i}}</h2> + <p>{{_i}}Modify the look of the navbar by adding <code>.navbar-inverse</code>.{{/i}}</p> <div class="bs-docs-example"> - <div class="navbar navbar-subnav" style="position: static;"> + <div class="navbar navbar-inverse" style="position: static;"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-toggle="collapse" data-target=".subnav-collapse"> @@ -1186,6 +1186,7 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </a> + <a class="brand" href="#">{{_i}}Title{{/i}}</a> <div class="nav-collapse subnav-collapse"> <ul class="nav"> <li class="active"><a href="#">{{_i}}Home{{/i}}</a></li> |
