From: Don Armstrong Date: Fri, 2 Feb 2018 00:38:01 +0000 (-0800) Subject: combine CSS selectors X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=fff88ab7b49a32e073cc3bc40a94f6650f181557 combine CSS selectors --- diff --git a/html/bugs.css b/html/bugs.css index 1fb0198..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; } @@ -138,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; @@ -186,17 +164,12 @@ pre.mime { color: #686868; } -.msgreceived p { +.msgreceived p, p.msgreceived { width: 120ch; margin-top: 0px; margin-bottom: 0px; } -p.msgreceived { - width: 120ch; - margin-top: 0px; - margin-bottom: 0px; -} .buginfo p {