diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-05 00:56:04 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-05 00:56:04 -0400 |
commit | 5a18c464ad8a4547d7c80aa7a508f55353e004f6 (patch) | |
tree | 3dc5ab62744ce8010d5d0e7a211a5adf0ad4aaf2 /website | |
parent | 8765b3cc149c77b225212cfdd6bdbe9de80d76bf (diff) |
prevent page widening, but nicer.
Diffstat (limited to 'website')
-rw-r--r-- | website/local.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |