From: JohnAlbin Date: Mon, 4 Apr 2011 17:27:43 +0000 (+0800) Subject: by JohnAlbin: Place default vertical rhythm at start of block-level elements section. X-Git-Tag: 7.x-3.0~16 X-Git-Url: http://drupalcode.org/project/zen.git/commitdiff_plain/7bdd979f35bdc0434286a3fb994d6bdb26225603 by JohnAlbin: Place default vertical rhythm at start of block-level elements section. --- diff --git a/STARTERKIT/css/html-reset.css b/STARTERKIT/css/html-reset.css index d86d80e..9addeb9 100644 --- a/STARTERKIT/css/html-reset.css +++ b/STARTERKIT/css/html-reset.css @@ -127,6 +127,12 @@ code { * the line heights of any larger fonts be a multiple of 1.5 ems. For more * information, see http://24ways.org/2006/compose-to-a-vertical-rhythm */ +h1, h2, h3, h4, h5, h6 +p, blockquote, pre, +ul, ol, dl, +hr, table, fieldset { + margin: 1.5em 0; +} /* Headings */ h1 { @@ -158,18 +164,9 @@ h6 { } /* Other block-level elements */ -p, -ul, -ol, -dl, -pre, -table, -fieldset { - margin: 1.5em 0; -} - blockquote { - margin: 1.5em 2em; + margin-left: 2em; + margin-right: 2em; } /* @@ -314,6 +311,5 @@ form { } fieldset { - margin: 1.5em 0; padding: 0.5em; }