From 7e7677954c203b2f43df6c8832f38684f0bcd5a9 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jul 11 2013 17:21:20 +0000 Subject: Update mantis-1.1.8-5.el5 visual style. - 0000048: Improve pre elements inside tables. --- diff --git a/Artworks/Webenv/Mantis/1.1.8-5.el5/css/default-centos.css b/Artworks/Webenv/Mantis/1.1.8-5.el5/css/default-centos.css index 9ae38b7..56534f7 100644 --- a/Artworks/Webenv/Mantis/1.1.8-5.el5/css/default-centos.css +++ b/Artworks/Webenv/Mantis/1.1.8-5.el5/css/default-centos.css @@ -174,14 +174,17 @@ table tr td dl ul { /* Pre-formatted Texts (inside tables, only) */ table tr td pre { - color: #EEE; - background: #030303; - overflow: auto; + background: none repeat scroll 0 0 #FFFFFF; + border-color: #99B3C4; + -moz-border-radius: 5px 5px 5px 5px; + border-style: solid; + border-width: 1px 1px 1px 5px; + color: #333333; line-height: 1.5em; + margin: 1em 0 1.5em; + overflow: auto; padding: 10px; - margin: 1em 0 1.5em 0; - -moz-border-radius: 5px; - } +} /* Tables */