mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 15:00:23 +00:00
misc docs content changes
This commit is contained in:
parent
c8fa2600f2
commit
6c23fff4d6
3 changed files with 1 additions and 25 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
12
docs/templates/pages/components.mustache
vendored
12
docs/templates/pages/components.mustache
vendored
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue