From 8765b3cc149c77b225212cfdd6bdbe9de80d76bf Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 5 Sep 2008 00:55:05 -0400 Subject: [PATCH 1/1] prevent page widening on the web site. --- website/local.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/local.css b/website/local.css index cb966f8..76dc4cc 100644 --- a/website/local.css +++ b/website/local.css @@ -43,6 +43,7 @@ pre { border: 1px solid #aaa; padding: 3px 3px 3px 3px; margin-left: 2em; + overflow: scroll; } table.sitenav { -- 2.25.1