diff options
Diffstat (limited to 'skins/monobook/Opera95Fixes.css')
-rw-r--r-- | skins/monobook/Opera95Fixes.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/skins/monobook/Opera95Fixes.css b/skins/monobook/Opera95Fixes.css new file mode 100644 index 00000000..6048c66c --- /dev/null +++ b/skins/monobook/Opera95Fixes.css @@ -0,0 +1,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; +} |