mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-06 09:19:04 +00:00
40 additional horizontal pixels, and 10 additional vertical pixels for the content area.
git-svn-id: https://develop.svn.wordpress.org/trunk@9060 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -625,6 +625,10 @@ a#view-site-link {
|
||||
bottom: 10px;
|
||||
}
|
||||
|
||||
#wphead {
|
||||
height: 58px;
|
||||
}
|
||||
|
||||
#wphead a, #dashmenu a, #adminmenu a, #sidemenu a, #taglist a, #catlist a, #show-settings a {
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -664,7 +668,7 @@ ul#adminmenu li.write-new-button a {
|
||||
|
||||
#wphead h1 {
|
||||
font: normal 36px Georgia, "Times New Roman", Times, serif;
|
||||
padding: 11px 170px 16px 70px;
|
||||
padding: 11px 170px 5px 70px;
|
||||
margin: 0;
|
||||
margin-right: 15%;
|
||||
}
|
||||
@@ -2468,7 +2472,7 @@ abbr.required {
|
||||
#favorite-actions {
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 35px;
|
||||
top: 25px;
|
||||
width: 130px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user