1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

properly handle OPEN_LINKS_IN_NEW_WINDOW in CDM

This commit is contained in:
Andrew Dolgov
2007-08-10 04:18:32 +01:00
parent bc976a8cde
commit 3fc2eed58a
2 changed files with 14 additions and 3 deletions

View File

@@ -871,7 +871,7 @@ div.cdmArticle {
border-color : #a0a0a0;
border-width : 0px 0px 1px 0px;
border-style : solid;
background-color : #fafafa;
/* background-color : #fafafa; */
margin : 0px;
color : #505050;
/* padding : 10px; */
@@ -1638,3 +1638,9 @@ li.feedCatHolder {
table.prefFeedCatList {
background-color : white;
}
a[target="_new"], a[target="_blank"] {
border-width : 0px 0px 1px 0px;
border-color : #778899;
border-style : dotted;
}