]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
Signing
[ikiwiki.git] / doc / bugs / sidebar_is_obscured_by_recentchanges.mdwn
index f198ef71ad7c7a3236bff76703d07a99bb516951..6acc13b847e3e587eb224957b4f71aa300cf5524 100644 (file)
@@ -53,3 +53,7 @@ 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]]
+
+>> Looks like [[Joey]] has added `clear:both;` to style.css, so this is [[bugs/done]]. -- [[Will]]