]> git.wh0rd.org Git - tt-rss.git/commitdiff
css: disable border on _target=blank links
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 1 Aug 2008 05:11:22 +0000 (06:11 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 1 Aug 2008 05:11:22 +0000 (06:11 +0100)
tt-rss.css

index 43a76229b85ac572271ca5e4c24c33f3b0f7419b..86cb1a923022c914d068ce9c894d3861b084fa3e 100644 (file)
@@ -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;