summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-05 09:43:52 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-05 09:43:52 -0400
commit06b532aabe1a9ec24c7ff5fc2c4ed664213d1faa (patch)
treee2cd7d532ea40269420a5b259ca35d02c0ab9e4b /website
parent965f05b6baad7329e1f0a790e4590da1ac946a5c (diff)
ensuring that pre blocks are indented twice what top-level p blocks are
Diffstat (limited to 'website')
-rw-r--r--website/local.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/local.css b/website/local.css
index 5a5fceb..3d12265 100644
--- a/website/local.css
+++ b/website/local.css
@@ -51,7 +51,7 @@ pre {
background: #ddd;
border: 1px solid #aaa;
padding: 3px 3px 3px 3px;
- margin-left: 2em;
+ margin-left: 38px;
overflow: auto;
}