summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
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;
+}