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.
20 lines
337 B
CSS
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;
|
|
}
|