diff options
| author | Mark Otto <[email protected]> | 2012-08-19 12:07:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-19 12:07:23 -0700 |
| commit | 47cf3cc62f249052f67b1390bdeb433684b6da0b (patch) | |
| tree | 1ef4b852e3fffaf42d36b48ecef0fa430825b34b | |
| parent | bb85bbc657e9ba35292acb7dd37fbeb2551b94c2 (diff) | |
| download | bootstrap-47cf3cc62f249052f67b1390bdeb433684b6da0b.tar.xz bootstrap-47cf3cc62f249052f67b1390bdeb433684b6da0b.zip | |
copy edits to base css page
| -rw-r--r-- | docs/assets/css/docs.css | 1 | ||||
| -rw-r--r-- | docs/base-css.html | 8 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 2150baede..e12f46a99 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -876,6 +876,7 @@ form.bs-docs-example { /* Adjust sidenav width */ .bs-docs-sidenav { width: 166px; + margin-top: 20px; } .bs-docs-sidenav.affix { top: 0; diff --git a/docs/base-css.html b/docs/base-css.html index 554b32514..2be40cd2c 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -103,7 +103,7 @@ ================================================== --> <section id="typography"> <div class="page-header"> - <h1>Typography <small>Headings, paragraphs, lists, and other inline type elements</small></h1> + <h1>Typography</h1> </div> <h2>Headings</h2> @@ -401,7 +401,7 @@ ================================================== --> <section id="code"> <div class="page-header"> - <h1>Code <small>Inline and block code snippets</small></h1> + <h1>Code</h1> </div> <h2>Inline</h2> @@ -433,7 +433,7 @@ For example, <code><section></code> should be wrapped as inlin ================================================== --> <section id="tables"> <div class="page-header"> - <h1>Tables <small>For, you guessed it, tabular data</small></h1> + <h1>Tables</h1> </div> <h2>Default styles</h2> @@ -1592,7 +1592,7 @@ For example, <code><section></code> should be wrapped as inlin ================================================== --> <section id="icons"> <div class="page-header"> - <h1>Icons <small>Graciously provided by <a href="http://glyphicons.com" target="_blank">Glyphicons</a></small></h1> + <h1>Icons <small>by <a href="http://glyphicons.com" target="_blank">Glyphicons</a></small></h1> </div> <h2>Icon glyphs</h2> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index a92941d24..48b874e1e 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -32,7 +32,7 @@ ================================================== --> <section id="typography"> <div class="page-header"> - <h1>{{_i}}Typography <small>Headings, paragraphs, lists, and other inline type elements</small>{{/i}}</h1> + <h1>{{_i}}Typography{{/i}}</h1> </div> {{! Headings }} @@ -338,7 +338,7 @@ ================================================== --> <section id="code"> <div class="page-header"> - <h1>{{_i}}Code{{/i}} <small>{{_i}}Inline and block code snippets{{/i}}</small></h1> + <h1>{{_i}}Code{{/i}}</h1> </div> <h2>Inline</h2> @@ -370,7 +370,7 @@ ================================================== --> <section id="tables"> <div class="page-header"> - <h1>{{_i}}Tables <small>For, you guessed it, tabular data</small>{{/i}}</h1> + <h1>{{_i}}Tables{{/i}}</h1> </div> <h2>{{_i}}Default styles{{/i}}</h2> @@ -1529,7 +1529,7 @@ ================================================== --> <section id="icons"> <div class="page-header"> - <h1>{{_i}}Icons <small>Graciously provided by <a href="http://glyphicons.com" target="_blank">Glyphicons</a></small>{{/i}}</h1> + <h1>{{_i}}Icons <small>by <a href="http://glyphicons.com" target="_blank">Glyphicons</a></small>{{/i}}</h1> </div> <h2>{{_i}}Icon glyphs{{/i}}</h2> |
