aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-07 16:00:49 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-07 16:00:49 -0400
commitd18c75c8532fff42f91a715abe92732865065322 (patch)
treef2e6a608756938d4d766120a1f4795ee2652cfb2 /doc/style.css
parent581381e335f2adc83d980c6805e1e51a936fba45 (diff)
downloadikiwiki-d18c75c8532fff42f91a715abe92732865065322.tar
ikiwiki-d18c75c8532fff42f91a715abe92732865065322.tar.gz
add clear: both for recentchanges
This helps make sure the sidebar displays above it on some browsers
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index 7991f752f..781f2b389 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -82,6 +82,7 @@ div.recentchanges {
border-style: solid;
border-width: 1px;
overflow: auto;
+ clear: both;
width: 100%;
background: #eee;
color: black !important;