From: Joey Hess Date: Thu, 10 Jun 2010 18:31:01 +0000 (-0400) Subject: also set overflow: auto for blogform X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/685d10364fbebac69dfa925840528e695d37035f?ds=sidebyside 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 {