Add logo
git-svn-id: https://develop.svn.wordpress.org/trunk@9021 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5f60c860d1
commit
e752c81cda
@ -87,7 +87,7 @@ if ( 'index.php' == $pagenow ) {
|
||||
$breadcrumb = '<a href="index.php">' . __('Dashboard') . '</a> › ' . $title;
|
||||
}
|
||||
?>
|
||||
<h1><?php if ( '' == get_bloginfo('name', 'display') ) echo ' '; else echo get_bloginfo('name', 'display'); ?><span id="breadcrumb"><?php echo $breadcrumb ?></span></h1>
|
||||
<img id="logo50" src="images/logo50.png" /> <h1><?php if ( '' == get_bloginfo('name', 'display') ) echo ' '; else echo get_bloginfo('name', 'display'); ?><span id="breadcrumb"><?php echo $breadcrumb ?></span></h1>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
BIN
wp-admin/images/logo50.png
Normal file
BIN
wp-admin/images/logo50.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
@ -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%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user