From 9f64810ba50a91340bb17ba3b1b62d8703641fdd Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem.moulin@fripost.org>
Date: Sun, 22 May 2016 03:44:32 +0200
Subject: Test markdown (pandoc) tables.

---
 static/css/fripost.css | 10 ++++++++++
 1 file changed, 10 insertions(+)

(limited to 'static/css')

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;
+}
-- 
cgit v1.2.3