X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=html%2Fbugs.css;h=7bddb101ded04d265c34427a374ebf0f96c4d53a;hb=1e6633a3780f4fd53fc4303852e84d13cdad2dc6;hp=9019b9d8a32d3f21cf1ffdb8970d5bf25bc3e908;hpb=7b81a1095047ef5126801584fae1e6b9312f9558;p=debbugs.git diff --git a/html/bugs.css b/html/bugs.css index 9019b9d..7bddb10 100644 --- a/html/bugs.css +++ b/html/bugs.css @@ -53,25 +53,12 @@ a:link:hover, a:visited:hover { color: #d81e1e; } -.link { +.link, .link abbr, .link abbr:hover { color: #1b56ce; font-weight: bold; text-decoration: underline; } -.link abbr { - color: #1b56ce; - font-weight: bold; - text-decoration: underline; -} - -.link abbr:hover { - color: #1b56ce; - font-weight: bold; - text-decoration: underline; -} - - .link span:hover { color: #d81e1e; } @@ -102,6 +89,11 @@ pre.message { padding-top: 8px; margin-top: 0; border-top: 0; + white-space: pre-wrap; +} + +pre.wrapping { + width: 80ch; } .sparse li { @@ -133,16 +125,7 @@ div.headers { overflow: auto; } -div.header { - font-family: sans-serif; - font-size: 95%; - color: #3c3c3c; - padding: 0px; - line-height: 120%; - margin: 0px; -} - -div.headers p { +div.header, div.headers p { font-family: sans-serif; font-size: 95%; color: #3c3c3c; @@ -181,6 +164,13 @@ pre.mime { color: #686868; } +.msgreceived p, p.msgreceived { + width: 120ch; + margin-top: 0px; + margin-bottom: 0px; +} + + .buginfo p { font-family: sans-serif;