diff options
Diffstat (limited to 'local.css')
-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; +} |