From 4c9e0448251b4390ca6043fad5a75b1b6413464d Mon Sep 17 00:00:00 2001 From: Adam Pritchard Date: Fri, 7 Jun 2013 21:23:56 -0400 Subject: [PATCH] Fixed issue #70: Firefox/Thunderbird: Code blocks with horizontal scroll would have bad background colour --- src/common/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/default.css b/src/common/default.css index 0bd38771..8d7e5598 100644 --- a/src/common/default.css +++ b/src/common/default.css @@ -30,11 +30,11 @@ code { pre { font-size: 1em; line-height: 1.2em; - overflow: auto; } pre code { white-space: pre; + overflow: auto; border-radius: 3px; border: 1px solid #CCC; padding: 0.5em 0.7em;