]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
This reverts commit 7db82bf716f1c89fd707abab1db875c6de688dca.
[git.ikiwiki.info.git] / doc / bugs / sidebar_is_obscured_by_recentchanges.mdwn
index f1c68fc455a8285ebdc0c341d4bd9008c2341962..6acc13b847e3e587eb224957b4f71aa300cf5524 100644 (file)
@@ -55,3 +55,5 @@ Adding "clear: both;" makes the recentchanges div start below (as in further dow
 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]]