From: Cash Costello Date: Sun, 1 Jan 2012 19:39:14 +0000 (-0500) Subject: Fixes #3981 adds a better pre and code style to admin theme X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2603dcebf460c71e4504b105f3df62b021be55e0;p=lorea%2Felgg.git Fixes #3981 adds a better pre and code style to admin theme --- diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 1620f126b..6deceb14e 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -106,7 +106,12 @@ a:hover { text-decoration: underline; } pre, code { - background: #EBF5FF; + background-color: #EEE; + border: 1px solid #DDD; + color: #444; + overflow: auto; + margin: 15px 0; + padding: 5px; } blockquote { background: #EBF5FF;