From ee4129c41c7f72cafd51ff44c351d0d652e81564 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 27 Jul 2009 10:50:20 +0200 Subject: 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>. --- local.css | 7 +++++++ 1 file changed, 7 insertions(+) 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; +} -- cgit v1.2.3