From: JohnAlbin Date: Mon, 4 Apr 2011 17:32:23 +0000 (+0800) Subject: by JohnAlbin: Move hr element to block-level section. X-Git-Tag: 7.x-3.0~14 X-Git-Url: http://drupalcode.org/project/zen.git/commitdiff_plain/366e2aa9e824ffb9196a5b8386d3b95c6c6f117d by JohnAlbin: Move hr element to block-level section. --- diff --git a/STARTERKIT/css/html-reset.css b/STARTERKIT/css/html-reset.css index 6fe8e9c..3333884 100644 --- a/STARTERKIT/css/html-reset.css +++ b/STARTERKIT/css/html-reset.css @@ -173,6 +173,11 @@ pre { margin: 1.364em 0; /* Equivalent to 1.5em in the page's base font: 1.5 / 1.1 = 1.364 */ } +hr { + height: 1px; + border: 1px solid #666; +} + /* * Lists * @@ -299,14 +304,6 @@ img { } /* - * Horizontal rules - */ -hr { - height: 1px; - border: 1px solid #666; -} - -/* * Forms */ form {