git-svn-id: https://develop.svn.wordpress.org/trunk@9021 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-09-28 16:55:17 +00:00
parent 5f60c860d1
commit e752c81cda
3 changed files with 8 additions and 3 deletions

View File

@@ -619,7 +619,7 @@ a.view-comment-post-link {
#user_info p {
margin: 0;
padding: 0;
line-height: 31px;
line-height: 20px;
}
#wphead a, #dashmenu a, #adminmenu a, #sidemenu a, #taglist a, #catlist a, #show-settings a {
@@ -635,6 +635,11 @@ a.view-comment-post-link {
letter-spacing: normal;
}
#logo50 {
margin: 8px;
position: absolute;
}
ul#adminmenu li.write-new-button {
margin: -10px 18px 12px;
}
@@ -656,7 +661,7 @@ ul#adminmenu li.write-new-button a {
#wphead h1 {
font: normal 36px Georgia, "Times New Roman", Times, serif;
padding: 11px 170px 16px 12px;
padding: 11px 170px 16px 70px;
margin: 0;
margin-right: 15%;
}