]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3981 adds a better pre and code style to admin theme
authorCash Costello <cash.costello@gmail.com>
Sun, 1 Jan 2012 19:39:14 +0000 (14:39 -0500)
committerCash Costello <cash.costello@gmail.com>
Sun, 1 Jan 2012 19:39:14 +0000 (14:39 -0500)
views/default/css/admin.php

index 1620f126b53965b667709fe4793fc07340178d99..6deceb14e64f9c4a0115a58928e5fed92eff991d 100644 (file)
@@ -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;