diff options
-rw-r--r-- | local.css | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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; +} |