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 17:18:14 -0400
committerJoey Hess <joey@kitenet.net>2008-08-07 17:18:14 -0400
commit9c33352e9bec45611ca0f8b8b8080fd557fe0a20 (patch)
tree964fbf4d86c17f8908d1ae04d4c554b7cf6a95aa /doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
parentb1925d8e3921f1e745a3469777f0b5635982d9ad (diff)
downloadikiwiki-9c33352e9bec45611ca0f8b8b8080fd557fe0a20.tar
ikiwiki-9c33352e9bec45611ca0f8b8b8080fd557fe0a20.tar.gz
Mark done
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 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]]