From 48526a3d9e2a5cc0e8566ff4d0676cdc5e15baf6 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Fri, 22 May 2009 23:34:29 -0400 Subject: [PATCH] css fiddling --- dip3.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dip3.css b/dip3.css index 1690799..1d095e4 100644 --- a/dip3.css +++ b/dip3.css @@ -113,7 +113,7 @@ p, ul, ol { /* basics */ html { - background: #fff; + background: #fff url(grid28.gif); color: #222; } body { @@ -209,7 +209,7 @@ h1, h2 { } h1, h1 code { font-size: xx-large; - line-height: 1.72; + line-height: 1.3125; } h2, h2 code { font-size: x-large; @@ -224,7 +224,7 @@ h3, h3 code { h1 { border-bottom: 4px double; width: 100%; - margin: 1.71em 0 1.72em 0; + margin: 1.49em 0; counter-reset: h2; } h1:before {