From 17e099d95706d4be0a50a64fdf73f3f53c813cec Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Fri, 22 May 2009 23:25:50 -0400 Subject: [PATCH] css fiddling --- dip3.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dip3.css b/dip3.css index e59865c..47f5ae9 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 { @@ -213,13 +213,13 @@ h1, h1 code { } h2, h2 code { font-size: x-large; - line-height: 2.334; - margin: 2.334em 0; + line-height: 1.167; + margin: 1.167em 0; } h3, h3 code { font-size: large; - line-height: 3.112; - margin: 3.112em 0; + line-height: 1.556; + margin: 1.556em 0; } h1 { border-bottom: 4px double;