diff options
| author | Mark Otto <[email protected]> | 2012-07-18 01:06:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-18 01:06:52 -0700 |
| commit | 6c23fff4d6d06953ae9804a4146cdc3fe2dd5a2e (patch) | |
| tree | f7d06f5b4975d5dd49ff627a9384fd476076d9f5 | |
| parent | c8fa2600f23ce9cfcbf7d98582198824d7c000a5 (diff) | |
| download | bootstrap-6c23fff4d6d06953ae9804a4146cdc3fe2dd5a2e.tar.xz bootstrap-6c23fff4d6d06953ae9804a4146cdc3fe2dd5a2e.zip | |
misc docs content changes
| -rw-r--r-- | docs/assets/css/docs.css | 2 | ||||
| -rw-r--r-- | docs/components.html | 12 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 12 |
3 files changed, 1 insertions, 25 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index e2cb315fb..7013fb3ea 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -146,7 +146,7 @@ hr.soften { bottom: 0; left: 0; background: url(../img/bs-docs-masthead-pattern.png) repeat center center; - opacity: .3; + opacity: .4; } /* Masthead (docs home) diff --git a/docs/components.html b/docs/components.html index 19f33028c..7a25db4dd 100644 --- a/docs/components.html +++ b/docs/components.html @@ -168,20 +168,8 @@ <h2>Options</h2> <p>...</p> - <h3>Dropup menus</h3> - <p>...</p> - <h3>Aligning the menus</h3> <p>...</p> - - - <hr class="bs-docs-separator"> - - - <h2>Usage</h2> - <p>...</p> - - </section> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 5c2c40847..c21969d65 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -97,20 +97,8 @@ <h2>{{_i}}Options{{/i}}</h2> <p>{{_i}}...{{/i}}</p> - <h3>{{_i}}Dropup menus{{/i}}</h3> - <p>{{_i}}...{{/i}}</p> - <h3>{{_i}}Aligning the menus{{/i}}</h3> <p>{{_i}}...{{/i}}</p> - - - <hr class="bs-docs-separator"> - - - <h2>{{_i}}Usage{{/i}}</h2> - <p>{{_i}}...{{/i}}</p> - - </section> |
