From: Daniel Kahn Gillmor Date: Fri, 5 Sep 2008 13:47:50 +0000 (-0400) Subject: pre elements should not run the full page X-Git-Tag: monkeysphere_0.15-1~6 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=a1bbfbddf94f7ef987349f33350def816f2a9bb9;p=monkeysphere.git pre elements should not run the full page --- diff --git a/website/local.css b/website/local.css index 3d12265..afecdba 100644 --- a/website/local.css +++ b/website/local.css @@ -52,6 +52,7 @@ pre { border: 1px solid #aaa; padding: 3px 3px 3px 3px; margin-left: 38px; + margin-right: 5em; overflow: auto; }