css fiddling

This commit is contained in:
Mark Pilgrim
2009-05-22 23:34:29 -04:00
parent 7b60968e13
commit 48526a3d9e
+3 -3
View File
@@ -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 {