diff --git a/css/style.css b/css/style.css index 7b92c6fdf..ce398bc5e 100644 --- a/css/style.css +++ b/css/style.css @@ -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; }