From: Andrew Dolgov Date: Fri, 1 Aug 2008 05:11:22 +0000 (+0100) Subject: css: disable border on _target=blank links X-Git-Tag: 1.2.26~47 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4450ac5075f618a3ffee8c8eba0ad09cb8700645;p=tt-rss.git css: disable border on _target=blank links --- diff --git a/tt-rss.css b/tt-rss.css index 43a76229..86cb1a92 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1756,11 +1756,11 @@ table.prefFeedCatList { background-color : white; } -a[target="_new"], a[target="_blank"] { +/*a[target="_new"], a[target="_blank"] { border-width : 0px 0px 1px 0px; border-color : #778899; border-style : dotted; -} +}*/ div.autocomplete { position : absolute;