diff options
author | Juliane Clausen <git@juliane-clausen.de> | 2013-07-25 16:40:39 +0200 |
---|---|---|
committer | Juliane Clausen <git@juliane-clausen.de> | 2013-07-25 16:40:39 +0200 |
commit | 2ffd1b722c39a9c9cb0294581e22042dc38aa070 (patch) | |
tree | 9296fdc78d8288d68cae5c9f82eef196ef7298dd | |
parent | 0d619b8da885e9c82f13e9e41f3adaff964f2aeb (diff) |
table css
-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; +} |