also set overflow: auto for blogform
authorJoey Hess <joey@kitenet.net>
Thu, 10 Jun 2010 18:31:01 +0000 (14:31 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 10 Jun 2010 18:31:01 +0000 (14:31 -0400)
This improves its display slighly when next to a sidebar or other floating
element.

doc/style.css

index d88c93778dec38754d994fcfd6517c61fa5a5b56..154729721b6046a54b5b86d9f7238757c5456cde 100644 (file)
@@ -176,6 +176,8 @@ div.recentchanges {
        border: 1px solid #aaa;
        background: #eee;
        color: black !important;
+       width: auto;
+       overflow: auto;
 }
 
 .inlinepage {