Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki] / doc / bugs / sidebar_is_obscured_by_recentchanges.mdwn
1 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.
2
3 For example, my wiki's [front](http://www.cse.unsw.edu.au/~cs3431/wiki/) and [news](http://www.cse.unsw.edu.au/~cs3431/wiki/news/) pages show the sidebar nicely floating on top of the background.  (As a side note, I had to add:
4
5     #sidebar {
6         border: 1px solid;
7         background: white;
8     }   
9
10 to <code>local.css</code> to get the border and make sure that the RSS feed's grey title didn't show through on the news page.)
11
12 Unfortunately, the [recentchanges](http://www.cse.unsw.edu.au/~cs3431/wiki/recentchanges/) page doesn't look so nice - the sidebar appears below the recentchanges list.
13
14 I don't understand why the sidebar is appearing below the recentchanges inline, but above the news inline.