From: Joey Hess Date: Thu, 7 Aug 2008 20:00:49 +0000 (-0400) Subject: add clear: both for recentchanges X-Git-Tag: 2.60~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d18c75c8532fff42f91a715abe92732865065322;p=ikiwiki.git add clear: both for recentchanges This helps make sure the sidebar displays above it on some browsers --- 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;