wiki.techinc.nl/skins/monobook/Opera6Fixes.css
Brian Wolff aa04db022e Follow up to 66670 which in turn is a follow up to r66646. prefix the remaining id selectors with div
Doing just some of them caused breakage on IE6, as the selectors in main had
higher speciftivity then those in IE60Fixes. So add div to all of them.
2010-06-03 18:07:16 +00:00

20 lines
337 B
CSS

/* opera 6 fixes */
div#column-one {
position: relative;
max-width: 11.7em;
}
#p-personal {
width: 45em;
margin-left: 8.6em;
right: 0;
}
#bodyContent a.external {
background: url(external.png) center right no-repeat;
padding-right: 13px;
}
.rtl a.feedlink {
background-position: right;
padding-right: 0;
padding-left: 16px;
}