summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorJuliane Clausen <git@juliane-clausen.de>2013-07-25 16:40:39 +0200
committerJuliane Clausen <git@juliane-clausen.de>2013-07-25 16:40:39 +0200
commit2ffd1b722c39a9c9cb0294581e22042dc38aa070 (patch)
tree9296fdc78d8288d68cae5c9f82eef196ef7298dd /local.css
parent0d619b8da885e9c82f13e9e41f3adaff964f2aeb (diff)
table css
Diffstat (limited to 'local.css')
-rw-r--r--local.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/local.css b/local.css
index a0dec8cf..631a41f5 100644
--- a/local.css
+++ b/local.css
@@ -1,3 +1,27 @@
/* ikiwiki local style sheet */
/* Add local styling here, instead of modifying style.css. */
+
+/* Tables */
+table
+{
+ padding:0px;
+}
+
+th
+{
+ text-align:center;
+ vertical-align:top;
+}
+
+tr
+{
+ font-weight:normal;
+}
+
+td
+{
+ padding:0px;
+ text-align:left;
+ vertical-align:top;
+}