diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-03 14:21:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-03 14:21:46 -0400 |
commit | efcbb32f7c54ad8ffa2e56d52e651c18bd8be55a (patch) | |
tree | 203223826704a4fa06d7c53fe0e47e81c6d4adba /doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn | |
parent | 81fd5a35a5ae28e57bb964b86939bde401771759 (diff) | |
parent | eadff687abbec442423967d5cba3bcfb606dc1a9 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn')
-rw-r--r-- | doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn b/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn new file mode 100644 index 000000000..90bb800a5 --- /dev/null +++ b/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn @@ -0,0 +1,14 @@ +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](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: + + #sidebar { + border: 1px solid; + background: white; + } + +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.) + +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. + +I don't understand why the sidebar is appearing below the recentchanges inline, but above the news inline. |