1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-25 03:58:24 +02:00

Merge pull request #1 from thegentoo/patch-1

Added 1px spacing to spoiler tags
This commit is contained in:
thegentoo 2012-07-11 13:33:54 -07:00
commit 7293ef58aa

View File

@ -267,6 +267,7 @@ span.heading {
span.spoiler {
background: black;
color: black;
padding: 0px 1px;
}
div.post.reply p.body span.spoiler a {
color: black;