diff options
| author | Jacob Thornton <[email protected]> | 2011-12-10 15:19:49 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-12-10 15:19:49 -0800 |
| commit | a0270dc7d2d1b7c9b4fd10ff8900d067b9521b08 (patch) | |
| tree | eabdec9be0ee5af873c93f5059499bdeecd8d5d5 /docs | |
| parent | 296fad37b4e3e78bd952d419625d87f52a3d52d4 (diff) | |
| parent | 5f54e4aad15b406128356f5ddd9ac7aad583f928 (diff) | |
| download | bootstrap-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.html | 5 |
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"> +<table class="condensed-table"> + ... +</table></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"> |
