diff options
Diffstat (limited to 'docs')
| -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> |
