diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-27 22:25:00 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-27 22:25:00 -0400 |
commit | 2c597e17c9d3c4923ab6b8279838593933f36be8 (patch) | |
tree | 3b97a71a709d9f6bf97e79fca0e3b1feb7937efe /website | |
parent | 27d9f632f9cc08071e94f1268226549a50bf1437 (diff) |
moving <pre> blocks over by 2em to compensate for my removal of the double-tabbed offsets.
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 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; } |