blob: 6048c66c60aa86b5aa17d869cbafec35cd2c582c (
plain)
1
2
3
4
5
6
7
8
9
10
|
/**
* One tweak for Opera 9.5 carried over from Opera 7. This seems to be exactly
* the same rule as is used for #bodyContent a.external normally, why do we
* need it? Someone should compare with and without and remove this file en-
* tirely if appropriate.
*/
#bodyContent a.external {
background: url(external.png) center right no-repeat;
padding-right: 13px;
}
|