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:
Mark Jaquith
2008-10-02 06:06:52 +00:00
parent 112014def2
commit b7f6dcecb8
3 changed files with 12 additions and 8 deletions

View File

@@ -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;
}