projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab36183
)
Avoid spans overlapping each other when there are many tags
author
Magnus Hagander
<magnus@hagander.net>
Wed, 13 Dec 2017 20:30:25 +0000
(21:30 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Wed, 13 Dec 2017 20:30:25 +0000
(21:30 +0100)
media/css/text.css
patch
|
blob
|
blame
|
history
diff --git
a/media/css/text.css
b/media/css/text.css
index afaccf4dc44ae2b2463164ce9afc2c84761ca4d1..aeffac856db77f0840a00cee8d72fd3ef67329fe 100644
(file)
--- a/
media/css/text.css
+++ b/
media/css/text.css
@@
-189,6
+189,8
@@
span.newstag {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
+ display: inline-block;
+ margin-bottom: 8px;
}
span.newstag a {