diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-07-27 10:50:20 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-07-27 10:50:20 +0200 |
commit | ee4129c41c7f72cafd51ff44c351d0d652e81564 (patch) | |
tree | 865582e6d7aa2b2331ec3046014480eb55419ef7 | |
parent | 7e9bce63e3d21fae1e1d04247d6c146b37141f2f (diff) |
Stop inlined pages (in news, tag/*, and so on) from running into the sidebar.
Fix suggested by Olaf Buddenhagen, web-hurd, 2009-07-26, <20090726155256.GA4009@alien.local>.
-rw-r--r-- | local.css | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -293,3 +293,10 @@ div.recentchanges clear: none; width: auto; } + +/* Stop inlined pages (in news, tag/*, and so on) from running into the + sidebar. */ +.inlinepage +{ + overflow: auto; +} |