summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/fripost.css10
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;
+}