From d18c75c8532fff42f91a715abe92732865065322 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 Aug 2008 16:00:49 -0400 Subject: [PATCH] add clear: both for recentchanges This helps make sure the sidebar displays above it on some browsers --- doc/style.css | 1 + 1 file changed, 1 insertion(+) 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; -- 2.44.0