Copy & paste mistake
[lhc/web/wiklou.git] / skins / monobook / Opera7Fixes.css
1 /* small tweaks for opera seven */
2 #p-cactions {
3 margin-top: .1em;
4 }
5 #p-cactions li a {
6 top: 2px;
7 }
8 #bodyContent a.external {
9 background: url(external.png) center right no-repeat;
10 padding-right: 13px;
11 }
12 .rtl #bodyContent a.external {
13 background-image: url(external-rtl.png);
14 padding-right: 13px;
15 }
16
17 .rtl a.feedlink {
18 background-position: right;
19 padding-right: 0;
20 padding-left: 16px;
21 }