aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-27 22:52:45 -0800
committerMark Otto <[email protected]>2012-01-27 22:52:45 -0800
commitcb8606f2c84adb57c82dd7bd401574a2376ff952 (patch)
treedb410ee0f66914a8ace86078218a324f57f7038a /docs/base-css.html
parentad78caa72639aa377caf584efc26fe7a5682b15c (diff)
downloadbootstrap-cb8606f2c84adb57c82dd7bd401574a2376ff952.tar.xz
bootstrap-cb8606f2c84adb57c82dd7bd401574a2376ff952.zip
adding wells and close icon to the docs under misc in components, with a new subnav style
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html53
1 files changed, 0 insertions, 53 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 7552fb9b9..167cb5e69 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -388,59 +388,6 @@
</tbody>
</table>
- <!-- Labels -->
- <h2>Inline labels <small>for special attention</small></h2>
- <table class="table table-bordered table-striped">
- <thead>
- <tr>
- <th style="width: 190px;">Labels</th>
- <th>Markup</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>
- <span class="label">Default</span>
- </td>
- <td>
- <code>&lt;span class="label"&gt;Default&lt;/span&gt;</code>
- </td>
- </tr>
- <tr>
- <td>
- <span class="label success">New</span>
- </td>
- <td>
- <code>&lt;span class="label success"&gt;New&lt;/span&gt;</code>
- </td>
- </tr>
- <tr>
- <td>
- <span class="label warning">Warning</span>
- </td>
- <td>
- <code>&lt;span class="label warning"&gt;Warning&lt;/span&gt;</code>
- </td>
- </tr>
- <tr>
- <td>
- <span class="label important">Important</span>
- </td>
- <td>
- <code>&lt;span class="label important"&gt;Important&lt;/span&gt;</code>
- </td>
- </tr>
- <tr>
- <td>
- <span class="label info">Info</span>
- </td>
- <td>
- <code>&lt;span class="label info"&gt;Info&lt;/span&gt;</code>
- </td>
- </tr>
- </tbody>
- </table>
-
</section>