summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-01 06:11:22 +0100
committerAndrew Dolgov <[email protected]>2008-08-01 06:11:22 +0100
commit4450ac5075f618a3ffee8c8eba0ad09cb8700645 (patch)
tree561d1216f63105106fbfd8a7cd3a1733207534ae /tt-rss.css
parent39e865fa86d61041d47a67c6761eb54f7350a492 (diff)
css: disable border on _target=blank links
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 43a76229b..86cb1a923 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;