4,427
edits
No edit summary |
No edit summary |
||
Line 102: | Line 102: | ||
.article-quote::after, | .article-quote::after, | ||
.article-mod-line::after { | .article-mod-line::after { | ||
content: none !important; /* | content: none !important; /* turn off the pseudo line in Firefox */ | ||
} | } | ||
.article-entry-number, | .article-entry-number, | ||
.link-pdf, | .link-pdf, | ||
Line 114: | Line 115: | ||
.article-quote, | .article-quote, | ||
.article-mod-line { | .article-mod-line { | ||
border-bottom: 0.5pt solid #292828; /* | border-bottom: 0.5pt solid #292828 !important; /* override the earlier “none !important” */ | ||
} | } | ||
/* | /* no rule on very last block in Firefox */ | ||
#article-content > :last-child { border-bottom: 0 !important; } | #article-content > :last-child { border-bottom: 0 !important; } | ||
} | } | ||
/* 7) Entry number row */ | /* 7) Entry number row */ |