From 9730b290322d97610d0b36a5c9f37e2962203fc5 Mon Sep 17 00:00:00 2001 From: str4d Date: Thu, 25 Apr 2013 05:10:50 +0000 Subject: [PATCH] Prevent long code lines from breaking the layout --- i2p2www/static/styles/duck/default.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css index fb29a2ad..909dbb84 100644 --- a/i2p2www/static/styles/duck/default.css +++ b/i2p2www/static/styles/duck/default.css @@ -222,6 +222,10 @@ div#content .inner td { padding: 5px; } +.highlight { + overflow: auto; +} + #global-footer { width:auto; border-top:3px