Added modal fix to bootstrap and docs

This commit is contained in:
Arnold Daniels
2012-07-17 15:03:06 +02:00
parent f8dbaf8cb7
commit 5a8b386c53
2 changed files with 4 additions and 0 deletions

View File

@@ -96,6 +96,7 @@
<ul>
<li>Action area for header <code>.header-actions</code></li>
<li>Action area for tables <code>.table-actions</code></li>
<li>Fixed margin for modal forms</li>
</ul>
</div>
</div><!--/row-->

View File

@@ -28,3 +28,6 @@
// Components: Nav
@import "navs-tabbable.less";
// Components: Popovers
@import "modals.less";