]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add clear: both for recentchanges
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 7 Aug 2008 20:00:49 +0000 (16:00 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 7 Aug 2008 20:00:49 +0000 (16:00 -0400)
This helps make sure the sidebar displays above it on some browsers

doc/style.css

index 7991f752f37087598d3f350d14014556474a7c06..781f2b389f7790812316adb250c7d1748efc96e9 100644 (file)
@@ -82,6 +82,7 @@ div.recentchanges {
        border-style: solid;
        border-width: 1px;
        overflow: auto;
+       clear: both;
        width: 100%;
        background: #eee;
        color: black !important;