summaryrefslogtreecommitdiff
path: root/website/local.css
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-05 09:24:36 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-05 09:24:36 -0400
commita06fe8d31d992b6d57fd12fa615718580a6b62c4 (patch)
tree22915ea68b1ca70f0b898857aa08df3eee8fd350 /website/local.css
parent203c14cf8f3e8f1e3862301d435c64456813e3ac (diff)
more website visual adjustments, as suggested by Dan Scott
Diffstat (limited to 'website/local.css')
-rw-r--r--website/local.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/website/local.css b/website/local.css
index 29939b8..388531b 100644
--- a/website/local.css
+++ b/website/local.css
@@ -99,3 +99,8 @@ div.actions {
padding: 0;
}
+/* align main paragraphs to the right side of the monkey's finger */
+body > p {
+ margin-left: 18px;
+ margin-right: 5em;
+}