tweak feed icons and tag list styles
[~bandali/bndl.org] / static / style.css
index 475d41d..f236c92 100644 (file)
@@ -183,6 +183,27 @@ p + table {
   margin-top: -0.3em;
 }
 
+.feed-icon {
+  margin-right: 3px
+}
+.feed-icon-h2 {
+  margin-left: 5px;
+  position: relative;
+  top: 2px
+}
+
+.tag-list {
+  padding-left: 0;
+}
+.tag-list li {
+  margin-right: 0.75em;
+  white-space: nowrap;
+  display: inline-block;
+}
+.tag-list > li::before {
+  content: '';
+}
+
 sup, sub { font-size: 0.85em; }
 sup { vertical-align: super; }
 sub { vertical-align: sub; }