From 799237baf40eb51061388e325543e64ccb3d21cb 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 a262eb35..84d2b897 100644 --- a/stylesheets/style.css +++ b/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;