diff --git a/Identity/Webenv/Themes/Default/Mantis/1.1.8-5.el5/css/default-centos.css b/Identity/Webenv/Themes/Default/Mantis/1.1.8-5.el5/css/default-centos.css index dc29ef8..f68e972 100644 --- a/Identity/Webenv/Themes/Default/Mantis/1.1.8-5.el5/css/default-centos.css +++ b/Identity/Webenv/Themes/Default/Mantis/1.1.8-5.el5/css/default-centos.css @@ -123,6 +123,17 @@ p { line-height: 1.5em; } +/* Pre-formatted Texts */ + +pre { + padding: 10px; + color: #fff; + background: #000; + overflow: auto; + line-height: 1.5em; + -moz-border-radius: 5px; + } + /* Tables */ table { clear: both; }