summaryrefslogtreecommitdiff
path: root/website/local.css
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-27 22:25:00 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-27 22:25:00 -0400
commit2c597e17c9d3c4923ab6b8279838593933f36be8 (patch)
tree3b97a71a709d9f6bf97e79fca0e3b1feb7937efe /website/local.css
parent27d9f632f9cc08071e94f1268226549a50bf1437 (diff)
moving <pre> blocks over by 2em to compensate for my removal of the double-tabbed offsets.
Diffstat (limited to 'website/local.css')
-rw-r--r--website/local.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/website/local.css b/website/local.css
index 06b1750..34f376e 100644
--- a/website/local.css
+++ b/website/local.css
@@ -30,4 +30,5 @@ pre {
background: #ddd;
border: 1px solid #aaa;
padding: 3px 3px 3px 3px;
+ margin-left: 2em;
}