Revert "Somewhat more discernible forwardlinks."

This reverts commit b307072907e08a178ccf686d32838cd51883db81.

See crbug.com/257695
This commit is contained in:
Mayhem 2013-07-05 22:16:46 +02:00
parent 515953e934
commit 009bb9f74d

View File

@ -482,16 +482,6 @@ a.hide-announcement {
text-decoration: none;
border-bottom: 1px dashed;
}
@supports (text-decoration-style: double) or (-moz-text-decoration-style: double) {
.quotelink.forwardlink,
.backlink.forwardlink {
border-bottom: none;
-moz-text-decoration-line: underline;
-moz-text-decoration-style: double;
text-decoration-line: underline;
text-decoration-style: double;
}
}
.filtered {
text-decoration: underline line-through;
}