diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-05 09:25:44 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-05 09:25:44 -0400 |
commit | eec16a4d6cb9202bbac4f4ca46c15ee130f4ab7f (patch) | |
tree | 2d368865343fe09deab7033ff16b64540e345341 /website | |
parent | a06fe8d31d992b6d57fd12fa615718580a6b62c4 (diff) |
tweaking stylesheet
Diffstat (limited to 'website')
-rw-r--r-- | website/local.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/local.css b/website/local.css index 388531b..ca9fe55 100644 --- a/website/local.css +++ b/website/local.css @@ -100,7 +100,7 @@ div.actions { } /* align main paragraphs to the right side of the monkey's finger */ -body > p { +div#content > p { margin-left: 18px; margin-right: 5em; } |