X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=html%2Fbugs.css;h=c251cea97376a7845f37646819bf34361a9d422e;hb=2d8fff61383d49ae0829d338513070bcb3d0610e;hp=db1d34b1d8c2265accc5320fe5a18d2d0a6254aa;hpb=97a16c36605ed54eb2e0fb066a22998f33040c82;p=debbugs.git diff --git a/html/bugs.css b/html/bugs.css index db1d34b..c251cea 100644 --- a/html/bugs.css +++ b/html/bugs.css @@ -126,6 +126,30 @@ pre.headers { line-height: 120% } +div.headers { + border: #a7a7a7 1px solid; + background-color: #f0f0f0; + padding: 2px; + overflow: auto; + } + +div.headers p { + font-family: sans-serif; + font-size: 95%; + color: #3c3c3c; + padding: 0px; + line-height: 120%; + margin: 0px; +} + +div.headers img { + float: right; +} + +span.header { + font-weight: bold + }; + pre.mime { font-family: monospace; font-size: 95%;