about summary refs log tree commit diff stats
path: root/templates/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/style.css')
-rw-r--r--templates/style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/style.css b/templates/style.css
index 54ad0da..8d21237 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -41,6 +41,10 @@ a {
   border: 0;
 }
 
+.filter {
+  margin-bottom: 0;
+}
+
 time {
   font-style: italic;
 }
@@ -54,7 +58,11 @@ nav a {
   font-size: small;
 }
 
-.tags > li {
+.tags ul {
+  display: inline-block;
+}
+
+.tags li {
   list-style: none;
   display: inline-block;
   padding-right: 1ex;