diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-10 14:31:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-10 14:31:01 -0400 |
commit | 685d10364fbebac69dfa925840528e695d37035f (patch) | |
tree | 36e7fd21b5288eadb80c27ce808dd240081f758b /doc | |
parent | 5e6aae48fd777b8735f97b9473146903c8e204c3 (diff) |
also set overflow: auto for blogform
This improves its display slighly when next to a sidebar or other floating
element.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |