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 c6e5933..9096173 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 @@ -116,64 +116,66 @@ form { margin: 0; } -/* Paragraphs */ +/* Paragraphs (inside tables, only) */ -p { +table tr td p { margin: 1em 0 1.5em 0; line-height: 1.5em; } -/* Lists */ +/* Lists (inside tables, only) */ -ul, -ol, -dl { +table tr td ul, +table tr td ol, +table tr td dl { margin: 1.5em 0 1.5em 4.5em; } -ul { +table tr td ul { list-style: disc; } -ol { +table tr td ol { list-style-image: none !important; } -ul li, -ol li { +table tr td ul li, +table tr td ol li { line-height: 1.5em; } -ul ul, -ul ol, -ol ul, -ol ol { +table tr td ul ul, +table tr td ul ol, +table tr td ol ul, +table tr td ol ol { margin-top: 0.3em; margin-bottom: 0.3em; margin-left: 2.5em; } -ul li p, -ol li p { +table tr td ul li p, +table tr td ol li p { margin-bottom: 0.3em; } -dl dd { +table tr td dl dd { margin: 0.5em 0 1em 2.5em; } -dl ol, -dl ul { +table tr td dl ol, +table tr td dl ul { margin-left: 3.5em; } -/* Pre-formatted Texts */ -pre { - padding: 10px; - color: #fff; - background: #000; +/* Pre-formatted Texts (inside tables, only) */ + +table tr td pre { + color: #EEE; + background: #030303; overflow: auto; line-height: 1.5em; + padding: 10px; + margin: 1em 0 1.5em 0; -moz-border-radius: 5px; }