From 5a18c464ad8a4547d7c80aa7a508f55353e004f6 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 5 Sep 2008 00:56:04 -0400 Subject: [PATCH] prevent page widening, but nicer. --- website/local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/local.css b/website/local.css index 76dc4cc..f7a2006 100644 --- a/website/local.css +++ b/website/local.css @@ -43,7 +43,7 @@ pre { border: 1px solid #aaa; padding: 3px 3px 3px 3px; margin-left: 2em; - overflow: scroll; + overflow: auto; } table.sitenav { -- 2.25.1