summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+}