From 685d10364fbebac69dfa925840528e695d37035f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Jun 2010 14:31:01 -0400 Subject: [PATCH] also set overflow: auto for blogform This improves its display slighly when next to a sidebar or other floating element. --- doc/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/style.css b/doc/style.css index d88c93778..154729721 100644 --- a/doc/style.css +++ b/doc/style.css @@ -176,6 +176,8 @@ div.recentchanges { border: 1px solid #aaa; background: #eee; color: black !important; + width: auto; + overflow: auto; } .inlinepage { -- 2.44.0