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-07 07:45:05 -0400
committerJoey Hess <joey@kitenet.net>2008-08-07 07:45:05 -0400
commitde836d61414f74a1ecc2bc672661b229e0317145 (patch)
tree21174176da8d942397c6a0de6bb197cab25e071a /doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
parent0455bd68b567f5a380f972411300101cacc5bad5 (diff)
downloadikiwiki-de836d61414f74a1ecc2bc672661b229e0317145.tar
ikiwiki-de836d61414f74a1ecc2bc672661b229e0317145.tar.gz
Diffstat (limited to 'doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn')
-rw-r--r--doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn b/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
index f198ef71a..f1c68fc45 100644
--- a/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
+++ b/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
@@ -53,3 +53,5 @@ Looked at this a little more. I've found the following. Here is my current loc
Adding "clear: both;" makes the recentchanges div start below (as in further down the page) the sidebar. This makes safari behave like firefox above (changes the 1st screenshot to look more like the 2nd screenshot).
Adding "overflow: visible;" (or removing "overflow: auto" from style.css) makes the sidebar appear above (as in printed over the top of, not higher up the page) the recentchanges (similar to the third screen shot above). Unfortunately because ".recentchanges .pagelinks" uses "float: right;" it looks strange in other ways. For this reason I use the "clear:both;" as well.
+
+-- [[users/Will]]