mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-20 03:47:59 -05:00
Added action areas to index page in docs
Added action areas to jasny/bootstrap.less
This commit is contained in:
7
docs/templates/pages/index.mustache
vendored
7
docs/templates/pages/index.mustache
vendored
@@ -91,6 +91,13 @@
|
||||
<h3><a href="./components.html#navs">{{_i}}Tabbable{{/i}}</a></h3>
|
||||
<p>{{_i}}Tabs work better than ever. You now have a bordered tabbable available. Also, a container can be turned into a tabbable.{{/i}}</p>
|
||||
</div>
|
||||
<div class="span3">
|
||||
<h3>{{_i}}More{{/i}}</h3>
|
||||
<ul>
|
||||
<li>Action area for header <code>.header-actions</code></li>
|
||||
<li>Action area for tables <code>.table-actions</code></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div><!--/row-->
|
||||
</div>
|
||||
|
||||
|
||||
1
less/jasny/bootstrap.less
vendored
1
less/jasny/bootstrap.less
vendored
@@ -19,6 +19,7 @@
|
||||
@import "forms.less";
|
||||
@import "forms-uneditable.less";
|
||||
@import "forms-editor.less";
|
||||
@import "actions-areas.less";
|
||||
|
||||
// Components: Buttons & Alerts
|
||||
@import "action-links.less";
|
||||
|
||||
Reference in New Issue
Block a user