diff options
author | r <r@freesoftwareextremist.com> | 2021-01-30 16:51:09 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2021-01-30 16:53:57 +0000 |
commit | 4f1425febf6efb45eaf91aff19b215b8c7e77bec (patch) | |
tree | b6b72093906cac8c98ef9d593eed62214c3b5ceb /static | |
parent | 3ac95ab3b117ee8867a30c8e4b30ab37411e5ccf (diff) | |
download | bloat-4f1425febf6efb45eaf91aff19b215b8c7e77bec.tar.gz bloat-4f1425febf6efb45eaf91aff19b215b8c7e77bec.zip |
Add filters
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; |