aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-06-10 14:31:01 -0400
committerJoey Hess <joey@kitenet.net>2010-06-10 14:31:01 -0400
commit685d10364fbebac69dfa925840528e695d37035f (patch)
tree36e7fd21b5288eadb80c27ce808dd240081f758b /doc/style.css
parent5e6aae48fd777b8735f97b9473146903c8e204c3 (diff)
downloadikiwiki-685d10364fbebac69dfa925840528e695d37035f.tar
ikiwiki-685d10364fbebac69dfa925840528e695d37035f.tar.gz
also set overflow: auto for blogform
This improves its display slighly when next to a sidebar or other floating element.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css2
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 {