From a1bbfbddf94f7ef987349f33350def816f2a9bb9 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 5 Sep 2008 09:47:50 -0400 Subject: [PATCH] pre elements should not run the full page --- website/local.css | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.25.1