moving <pre> blocks over by 2em to compensate for my removal of the double-tabbed...
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 28 Aug 2008 02:25:00 +0000 (22:25 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 28 Aug 2008 02:25:00 +0000 (22:25 -0400)
website/local.css

index 06b175050f9d2e59a31c60c62570ef78d4a67faf..34f376e12ccfa103f07b081f39a9821bc1ec527f 100644 (file)
@@ -30,4 +30,5 @@ pre {
        background: #ddd;
        border: 1px solid #aaa;
        padding: 3px 3px 3px 3px;
+       margin-left: 2em;
 }