projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e6aae4
)
also set overflow: auto for blogform
author
Joey Hess
<joey@kitenet.net>
Thu, 10 Jun 2010 18:31:01 +0000
(14:31 -0400)
committer
Joey 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
patch
|
blob
|
history
diff --git
a/doc/style.css
b/doc/style.css
index d88c93778dec38754d994fcfd6517c61fa5a5b56..154729721b6046a54b5b86d9f7238757c5456cde 100644
(file)
--- 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 {