diff options
Diffstat (limited to 'pages/style.css')
| -rw-r--r-- | pages/style.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/pages/style.css b/pages/style.css index d9ade07..6fb9fbe 100644 --- a/pages/style.css +++ b/pages/style.css @@ -94,23 +94,27 @@ footer { } /* log page */ -#pagepicker { +.pagepicker { display: inline-block; background-color: var(--footer-bg-color); padding: 5px; border-radius: 5px; - margin-bottom: 10px; } -#pagepicker-pages { +.pagepicker-pages { display: inline-block; margin-left: 10px; } -#pagepicker-pages a, #pagepicker-pages b { +.pagepicker-pages a, .pagepicker-pages b { padding: 0 6px; } +table#events { + margin-top: 10px; + margin-bottom: 20px; +} + table#events td { padding: 2px; vertical-align: top; |
