diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 1921f5e..b51b439 100644 --- a/static/style.css +++ b/static/style.css @@ -552,6 +552,14 @@ kbd { font-size: 10pt; } +.filters { + margin: 10px 0; +} + +.filters td { + padding: 2px 4px; +} + .dark { background-color: #222222; background-image: none; |