summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-09 11:54:12 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-09 11:54:12 -0400
commit5867c415eee1500f02ccd244c802c9c10a1dfbc2 (patch)
treea0877d2b68c1c1c5780335a77762ac06bc374445 /doc/bugs
parent5afeca81546796673531d6e25fa1c84ab6da9733 (diff)
parentd3eb0075d300bcfd504dc878e63761dbbc5171be (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/bugs')
-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 f1c68fc45..6acc13b84 100644
--- a/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
+++ b/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
@@ -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]]