diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-05-22 03:44:32 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2016-05-22 03:44:32 +0200 |
commit | 9f64810ba50a91340bb17ba3b1b62d8703641fdd (patch) | |
tree | 86fbb0ffc119781238d813f528f76faead3dca50 /static | |
parent | 7a6d444219ba6b3a42fece459414cc715db0a339 (diff) |
Test markdown (pandoc) tables.
Diffstat (limited to 'static')
-rw-r--r-- | static/css/fripost.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/css/fripost.css b/static/css/fripost.css index e87ac22..b7a235b 100644 --- a/static/css/fripost.css +++ b/static/css/fripost.css @@ -10,3 +10,13 @@ .navbar-fripost .navbar-toggle .icon-bar { background-color: black; } +table { + border-collapse: separate; + border-spacing: 1ex; +} +table > tr > td { + padding: 0 1ex; +} +table > tr > th { + padding: 0 1ex; +} |