From: Leo Koppelkamm Date: Wed, 6 Jul 2011 12:39:42 +0000 (+0000) Subject: Redoing r87173 with scrollbars instead of word-wrap per CR X-Git-Tag: 1.31.0-rc.0~29048 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=f13bf88c6b1f27d1c4484d78cc0f66cf8c3684d7;p=lhc%2Fweb%2Fwiklou.git Redoing r87173 with scrollbars instead of word-wrap per CR --- diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 2bdf203591..9c0fdcc88d 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -790,10 +790,11 @@ code { background-color: #f9f9f9; } pre { + overflow-x: auto; padding: 1em; - border: 1px dashed #2f6fab; + border: 1px solid #EBEBEB; color: black; - background-color: #f9f9f9; + background-color: #F7F7F7; line-height: 1.3em; } ul {