diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2008-08-01 06:11:22 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2008-08-01 06:11:22 +0100 |
| commit | 4450ac5075f618a3ffee8c8eba0ad09cb8700645 (patch) | |
| tree | 561d1216f63105106fbfd8a7cd3a1733207534ae | |
| parent | 39e865fa86d61041d47a67c6761eb54f7350a492 (diff) | |
css: disable border on _target=blank links
| -rw-r--r-- | tt-rss.css | 4 |
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; |