diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2008-09-24 18:16:17 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2008-09-24 18:16:17 +0200 |
commit | 12eabab2d9eea30fb07c84523a861be50d1830ca (patch) | |
tree | 44ca406eca29b01a482b231f09d13cf93e0c3045 | |
parent | 6a0066e733c88348e61376052dab66956a6f1275 (diff) | |
download | trivium-12eabab2d9eea30fb07c84523a861be50d1830ca.tar.gz trivium-12eabab2d9eea30fb07c84523a861be50d1830ca.tar.xz trivium-12eabab2d9eea30fb07c84523a861be50d1830ca.zip |
More CSS tweaks
-rw-r--r-- | data/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
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; } |