Browse Source

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

pull/40/head
thegentoo 12 years ago
parent
commit
799237baf4
  1. 1
      stylesheets/style.css

1
stylesheets/style.css

@ -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;

Loading…
Cancel
Save