Browse Source

Merge pull request #1 from thegentoo/patch-1

Added 1px spacing to spoiler tags
pull/40/head
thegentoo 12 years ago
parent
commit
7293ef58aa
  1. 1
      stylesheets/style.css

1
stylesheets/style.css

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

Loading…
Cancel
Save