From 2ffd1b722c39a9c9cb0294581e22042dc38aa070 Mon Sep 17 00:00:00 2001 From: Juliane Clausen Date: Thu, 25 Jul 2013 16:40:39 +0200 Subject: table css --- local.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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; +} -- cgit v1.2.1