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
This commit is contained in:
iammattthomas 2010-06-01 17:16:07 +00:00
parent cb88a1c972
commit f317133aee
1 changed files with 1 additions and 1 deletions

View File

@ -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 {