aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-12-10 15:19:49 -0800
committerJacob Thornton <[email protected]>2011-12-10 15:19:49 -0800
commita0270dc7d2d1b7c9b4fd10ff8900d067b9521b08 (patch)
treeeabdec9be0ee5af873c93f5059499bdeecd8d5d5 /docs
parent296fad37b4e3e78bd952d419625d87f52a3d52d4 (diff)
parent5f54e4aad15b406128356f5ddd9ac7aad583f928 (diff)
downloadbootstrap-a0270dc7d2d1b7c9b4fd10ff8900d067b9521b08.tar.xz
bootstrap-a0270dc7d2d1b7c9b4fd10ff8900d067b9521b08.zip
Merge pull request #778 from talltroym/master
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">