projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52230d3
)
Add a top margin on the newstag
author
Daniel Gustafsson
<daniel@yesql.se>
Thu, 8 Feb 2018 20:57:42 +0000
(21:57 +0100)
committer
Daniel 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
patch
|
blob
|
blame
|
history
diff --git
a/media/css/text.css
b/media/css/text.css
index aeffac856db77f0840a00cee8d72fd3ef67329fe..38ad0e630cba15fb9e40bd3d2ce9019d8c6ca035 100644
(file)
--- a/
media/css/text.css
+++ b/
media/css/text.css
@@
-191,6
+191,7
@@
span.newstag {
border-radius: 6px;
display: inline-block;
margin-bottom: 8px;
+ margin-top: 8px;
}
span.newstag a {