diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-05 09:47:50 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-05 09:47:50 -0400 |
commit | a1bbfbddf94f7ef987349f33350def816f2a9bb9 (patch) | |
tree | 52cc65bdbe3942f573ca6c4a9bbf6de7d4bd8477 /website | |
parent | 06b532aabe1a9ec24c7ff5fc2c4ed664213d1faa (diff) |
pre elements should not run the full page
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 3d12265..afecdba 100644 --- a/website/local.css +++ b/website/local.css @@ -52,6 +52,7 @@ pre { border: 1px solid #aaa; padding: 3px 3px 3px 3px; margin-left: 38px; + margin-right: 5em; overflow: auto; } |