aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
diff options
context:
space:
mode:
authorhttp://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web>2008-08-02 19:53:08 -0400
committerJoey Hess <joey@kitenet.net>2008-08-02 19:53:08 -0400
commitb7d7abf2b490b1b599f318358dc2d299bef179af (patch)
tree72a677997195e323cd0297792a350eec8b8d88ff /doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
parent15341aed015e4b23d0a1171779d5baa0414c4fad (diff)
downloadikiwiki-b7d7abf2b490b1b599f318358dc2d299bef179af.tar
ikiwiki-b7d7abf2b490b1b599f318358dc2d299bef179af.tar.gz
Sidebar layout strange
Diffstat (limited to 'doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn')
-rw-r--r--doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn14
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.