blob: 90bb800a5ee623cde9d522216f1650f83349b5ef (
plain)
I've set up a simple sidebar on an otherwise fairly default wiki. The sidebar uses css float:right and sits above most pages quite nicely.
For example, my wiki's front and news pages show the sidebar nicely floating on top of the background. (As a side note, I had to add:
#sidebar {
border: 1px solid;
background: white;
}
to local.css to get the border and make sure that the RSS feed's grey title didn't show through on the news page.)
Unfortunately, the recentchanges page doesn't look so nice - the sidebar appears below the recentchanges list.
I don't understand why the sidebar is appearing below the recentchanges inline, but above the news inline.
|