From e4ea8546bc7daab2a56b1f8476f2095a815bed42 Mon Sep 17 00:00:00 2001 From: David Davis Date: Mon, 25 Apr 2011 16:36:10 -0400 Subject: [PATCH] Fixed blanks (__) disappearing --- resources/public/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/public/css/style.css b/resources/public/css/style.css index 4223e4d8..26a1379b 100644 --- a/resources/public/css/style.css +++ b/resources/public/css/style.css @@ -176,6 +176,9 @@ li.testcase { background-color: #eee; font-family: Courier; } +div.syntaxhighlighter { + padding: 4px; +} div#restrictions { list-style-type: none;