diff --git a/inc/config.php b/inc/config.php index 866fefae..858f3322 100644 --- a/inc/config.php +++ b/inc/config.php @@ -362,7 +362,7 @@ $config['markup'][] = array("/'''(.+?)'''/", "\$1"); $config['markup'][] = array("/''(.+?)''/", "\$1"); $config['markup'][] = array("/\*\*(.+?)\*\*/", "\$1"); - $config['markup'][] = array("/^\s*==(.+?)==\s*$/m", "\$1"); + $config['markup'][] = array("/^[ |\t]*==(.+?)==[ |\t]*$/m", "\$1"); // Highlight PHP code wrapped in tags (PHP 5.3.0+) // $config['markup'][] = array( diff --git a/stylesheets/style.css b/stylesheets/style.css index a262eb35..5d7ebad4 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -263,11 +263,11 @@ span.heading { color: #AF0A0F; font-size: 11pt; font-weight: bold; - display: block; } span.spoiler { background: black; color: black; + padding: 0px 1px; } div.post.reply p.body span.spoiler a { color: black;