From f317133aee243147d28fc61b6e3b6edf99bca5f6 Mon Sep 17 00:00:00 2001 From: iammattthomas Date: Tue, 1 Jun 2010 17:16:07 +0000 Subject: [PATCH] In Twenty Ten, move the top margin from the header to the wrapper div. Fixes #13636. Props markjaquith. git-svn-id: http://svn.automattic.com/wordpress/trunk@15092 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 274036792..e00466c71 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -164,6 +164,7 @@ div.menu, width: 940px; } #wrapper { + margin-top: 20px; background: #fff; padding: 0 20px; } @@ -334,7 +335,6 @@ a:hover { -------------------------------------------------------------- */ #header { - margin-top: 20px; padding: 30px 0 0 0; } #site-title {