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 */