pre elements should not run the full page
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 5 Sep 2008 13:47:50 +0000 (09:47 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 5 Sep 2008 13:47:50 +0000 (09:47 -0400)
website/local.css

index 3d12265413a7ff3949aa1b1ba28b268126ed42d2..afecdbacf9ffcac6a64938d23300ec05cac3a59c 100644 (file)
@@ -52,6 +52,7 @@ pre {
   border: 1px solid #aaa;
   padding: 3px 3px 3px 3px;
   margin-left: 38px;
+  margin-right: 5em;
   overflow: auto;
 }