diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-12-20 10:35:21 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-12-20 10:35:21 +0100 |
commit | 6428504d6d9bb897caea376f47c1807ea5305c86 (patch) | |
tree | 6bd2e94ef6f97c1b2275a588e169023ab73bf163 /index.html | |
parent | d08b000ec96ba7b9610b81d145757d2cf661bec8 (diff) | |
parent | 929ace25ee447c249c20ca29cd9d07bab637b4f7 (diff) | |
download | perl-software-in-gnu-guix-6428504d6d9bb897caea376f47c1807ea5305c86.tar perl-software-in-gnu-guix-6428504d6d9bb897caea376f47c1807ea5305c86.tar.gz |
merge table styles #761, tweak table padding
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -131,6 +131,36 @@ </ol> </section> + <section> + <h2>Superb Tables</h2> + <table> + <thead> + <tr> + <th>Item</th> + <th>Value</th> + <th>Quantity</th> + </tr> + </thead> + <tbody> + <tr> + <td>Apples</td> + <td>$1</td> + <td>7</td> + <tr> + <tr> + <td>Lemonade</td> + <td>$2</td> + <td>18</td> + <tr> + <tr> + <td>Bread</td> + <td>$3</td> + <td>2</td> + <tr> + </tbody> + </table> + </section> + <section data-markdown> <script type="text/template"> ## Markdown support |