summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2009-07-27 10:50:20 +0200
committerThomas Schwinge <tschwinge@gnu.org>2009-07-27 10:50:20 +0200
commitee4129c41c7f72cafd51ff44c351d0d652e81564 (patch)
tree865582e6d7aa2b2331ec3046014480eb55419ef7
parent7e9bce63e3d21fae1e1d04247d6c146b37141f2f (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.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/local.css b/local.css
index a0a92228..a275bc07 100644
--- a/local.css
+++ b/local.css
@@ -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;
+}