From: Leo Koppelkamm Date: Sat, 30 Apr 2011 19:49:57 +0000 (+0000) Subject: Bug 27047: Nicer design for pre elements in Vector X-Git-Tag: 1.31.0-rc.0~30489 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=82e24a9c5126b0cdbb8c5acbd715b84160f416c5;p=lhc%2Fweb%2Fwiklou.git Bug 27047: Nicer design for pre elements in Vector --- diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 1b36c1e74c..50d7e036b9 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -796,10 +796,11 @@ code { background-color: #f9f9f9; } pre { + word-wrap: break-word; padding: 1em; - border: 1px dashed #2f6fab; + border: 1px solid #EBEBEB; color: black; - background-color: #f9f9f9; + background-color: #F7F7F7; line-height: 1.1em; } ul {