diff options
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/style.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index baddcea..1dbf30e 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -59,7 +59,8 @@ a { text-decoration: none; } -p a { +p a, +td a { text-decoration: underline; } @@ -690,6 +691,20 @@ h1.identity small { text-decoration: underline; } +table.metadata { + margin: -10px 0 0 0; +} + +table.metadata td { + padding: 0; +} + +table.metadata td.name { + padding-right: 10px; + font-weight: bold; +} + + /* Posts */ .post { |