also set overflow: auto for blogform
This improves its display slighly when next to a sidebar or other floating element.master
parent
5e6aae48fd
commit
685d10364f
|
@ -176,6 +176,8 @@ div.recentchanges {
|
|||
border: 1px solid #aaa;
|
||||
background: #eee;
|
||||
color: black !important;
|
||||
width: auto;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.inlinepage {
|
||||
|
|
Loading…
Reference in New Issue