From 77efe28e9edd717aad844fff52e46e5b0b3b5951 Mon Sep 17 00:00:00 2001 From: thegentoo Date: Wed, 11 Jul 2012 16:10:53 -0300 Subject: [PATCH] Added 1px spacing to spoiler tags (fixes issue with some characters clipping out of the spoiler). --- stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 1913f60a..2111a942 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -271,6 +271,7 @@ span.heading { span.spoiler { background: black; color: black; + padding: 0px 1px; } div.post.reply p.body span.spoiler a { color: black;