From 12eabab2d9eea30fb07c84523a861be50d1830ca Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 24 Sep 2008 18:16:17 +0200 Subject: More CSS tweaks --- data/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/style.css b/data/style.css index 51cccf1..e2cfc5e 100644 --- a/data/style.css +++ b/data/style.css @@ -3,6 +3,8 @@ body { width: 40em; margin: 2.5em 3em; position: relative; + background-color: #ffffff; + color: #000000; } @@ -14,7 +16,7 @@ h1 { } h2 { - font: 26px/16px Helvetica, Arial, sans-serif; + font: 24px/16px Helvetica, Arial, sans-serif; margin: 0 2px 0 -2px; letter-spacing: -1.5px; display: inline; @@ -64,7 +66,7 @@ p { display: inline; } -.entry-content > p + p { +.entry-content > p { text-indent: 1em; } -- cgit 1.4.1