diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-05 00:55:05 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-05 00:55:05 -0400 |
commit | 8765b3cc149c77b225212cfdd6bdbe9de80d76bf (patch) | |
tree | a1ecdba54905d2f82e1456f5e45510625b165532 /website | |
parent | 124108155193780f4b84d7284ab3dcb53200fa97 (diff) |
prevent page widening on the web site.
Diffstat (limited to 'website')
-rw-r--r-- | website/local.css | 1 |
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 { |