Add a top margin on the newstag
authorDaniel Gustafsson <daniel@yesql.se>
Thu, 8 Feb 2018 20:57:42 +0000 (21:57 +0100)
committerDaniel Gustafsson <daniel@yesql.se>
Thu, 8 Feb 2018 20:57:42 +0000 (21:57 +0100)
The newstag label was sitting close on the textblock, add a bit of
top-margin to create separation.

Reviewed by: Magnus Hagander <magnus@hagander.net>

media/css/text.css

index aeffac856db77f0840a00cee8d72fd3ef67329fe..38ad0e630cba15fb9e40bd3d2ce9019d8c6ca035 100644 (file)
@@ -191,6 +191,7 @@ span.newstag {
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 8px;
+   margin-top: 8px;
 }
 
 span.newstag a {