aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTroy Murray <[email protected]>2011-12-09 11:34:58 -0500
committerTroy Murray <[email protected]>2011-12-09 11:34:58 -0500
commit5f54e4aad15b406128356f5ddd9ac7aad583f928 (patch)
treeeabdec9be0ee5af873c93f5059499bdeecd8d5d5 /docs
parent296fad37b4e3e78bd952d419625d87f52a3d52d4 (diff)
downloadbootstrap-5f54e4aad15b406128356f5ddd9ac7aad583f928.tar.xz
bootstrap-5f54e4aad15b406128356f5ddd9ac7aad583f928.zip
Add code block for condensed table example
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 6e3475ec7..0206563e4 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -897,7 +897,10 @@
</tr>
</tbody>
</table>
-
+<pre class="prettyprint linenums">
+&lt;table class="condensed-table"&gt;
+ ...
+&lt;/table&gt;</pre>
<h3>Example: Bordered table</h3>
<p>Make your tables look just a wee bit sleeker by rounding their corners and adding borders on all sides.</p>
<table class="bordered-table">