From: Joey Hess Date: Thu, 10 Jun 2010 18:31:01 +0000 (-0400) Subject: also set overflow: auto for blogform X-Git-Tag: 3.20100610~4 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/685d10364fbebac69dfa925840528e695d37035f?hp=5e6aae48fd777b8735f97b9473146903c8e204c3 also set overflow: auto for blogform This improves its display slighly when next to a sidebar or other floating element. --- 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 {