css: disable border on _target=blank links

This commit is contained in:
Andrew Dolgov 2008-08-01 06:11:22 +01:00
parent 39e865fa86
commit 4450ac5075
1 changed files with 2 additions and 2 deletions

View 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;