mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
cb88a1c972
commit
f317133aee
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user