mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-10 18:37:58 +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;
|
width: 940px;
|
||||||
}
|
}
|
||||||
#wrapper {
|
#wrapper {
|
||||||
|
margin-top: 20px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
}
|
}
|
||||||
@ -334,7 +335,6 @@ a:hover {
|
|||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
margin-top: 20px;
|
|
||||||
padding: 30px 0 0 0;
|
padding: 30px 0 0 0;
|
||||||
}
|
}
|
||||||
#site-title {
|
#site-title {
|
||||||
|
Loading…
Reference in New Issue
Block a user