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-05 06:54:08 -0400
committerJoey Hess <joey@kitenet.net>2008-08-05 06:54:08 -0400
commitea7bcf64721ffe2438a862607faef90b904fbc91 (patch)
tree17f9bd1bd50cc01e27b33fd25ea760549159bc6a /doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
parent921b28dde35e677cbcf5ab2ac9479a3b66dfc3a2 (diff)
downloadikiwiki-ea7bcf64721ffe2438a862607faef90b904fbc91.tar
ikiwiki-ea7bcf64721ffe2438a862607faef90b904fbc91.tar.gz
Clarify when 'above' and 'below' mean higher and lower on the page, and when they mean printing over the top of other items
Diffstat (limited to 'doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn')
-rw-r--r--doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn b/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
index 088d34797..f198ef71a 100644
--- a/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
+++ b/doc/bugs/sidebar_is_obscured_by_recentchanges.mdwn
@@ -50,6 +50,6 @@ Looked at this a little more. I've found the following. Here is my current loc
overflow: visible;
}
-Adding "clear: both;" makes the recentchanges div start below the sidebar. This makes safari behave like firefox above (2nd screenshot).
+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 the recentchanges rather than below it (like the third screen shot above). Unfortunately because ".recentchanges .pagelinks" uses "float: right;" it doesn't look look exactly like the third screen-shot. For this reason I use the "clear:both;" as well.
+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.