X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/dd631811ce6c10d21b019568709f4b32db3227e8..6d769eff7f37a079f5915dbd77e24ce428e5f5ce:/static/style.css diff --git a/static/style.css b/static/style.css index 475d41d..f236c92 100644 --- a/static/style.css +++ b/static/style.css @@ -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; }