also set overflow: auto for blogform

This improves its display slighly when next to a sidebar or other floating
element.
master
Joey Hess 2010-06-10 14:31:01 -04:00
parent 5e6aae48fd
commit 685d10364f
1 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,8 @@ div.recentchanges {
border: 1px solid #aaa;
background: #eee;
color: black !important;
width: auto;
overflow: auto;
}
.inlinepage {