summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-05 00:55:05 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-05 00:55:05 -0400
commit8765b3cc149c77b225212cfdd6bdbe9de80d76bf (patch)
treea1ecdba54905d2f82e1456f5e45510625b165532 /website
parent124108155193780f4b84d7284ab3dcb53200fa97 (diff)
prevent page widening on the web site.
Diffstat (limited to 'website')
-rw-r--r--website/local.css1
1 files changed, 1 insertions, 0 deletions
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 {