diff options
Diffstat (limited to 'static/css/main.css')
-rw-r--r-- | static/css/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css index 413f3b7..026cf07 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -2161,6 +2161,7 @@ h1.topmost { /* Styling for a single article */ .article .article-meta { margin-top: 0; + margin-bottom: 0; color: #5e5e5e; text-align: center; font-size: 13pt; @@ -2191,10 +2192,14 @@ ul.tags { list-style-type: none; padding-left: 0; font-size: 12pt; + /* Add 8px here and 8px in the li element, that way we also get separation + * between multiple rows of tags. */ + margin-top: 8px; } ul.tags li { display: inline-block; margin-right: 5px; + margin-top: 8px; } ul.tags a { font-style: normal; |