4,427
edits
No edit summary |
No edit summary |
||
Line 55: | Line 55: | ||
.article-people a { text-decoration: underline; color: #292828 !important; } | .article-people a { text-decoration: underline; color: #292828 !important; } | ||
/* | /* === Hairline rules: Chrome default (0.5px) === */ | ||
.article-entry-number, | .article-entry-number, | ||
.link-pdf, | .link-pdf, | ||
Line 66: | Line 66: | ||
.article-quote, | .article-quote, | ||
.article-mod-line { | .article-mod-line { | ||
padding-bottom: 7px; | padding-bottom: 7px; | ||
border-bottom: 0. | border-bottom: 0.5px solid #000; | ||
background: none !important; | |||
} | |||
/* === Firefox-only override (0.5pt renders razor-thin in print) === */ | |||
@-moz-document url-prefix() { | |||
.article-entry-number, | |||
.link-pdf, | |||
.article-type, | |||
.article-metadata, | |||
.article-images, | |||
.article-description, | |||
.article-reflection, | |||
.article-external-reference, | |||
.article-quote, | |||
.article-mod-line { | |||
border-bottom: 0.5pt solid #000; | |||
} | |||
} | } | ||