Added 1px spacing to spoiler tags (fixes issue with some characters clipping out of the spoiler).

This commit is contained in:
thegentoo 2012-07-11 16:10:53 -03:00
parent 1dcb385e9e
commit 799237baf4

View File

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