Add logo
git-svn-id: http://svn.automattic.com/wordpress/trunk@9021 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0857a136b9
commit
493fb7fb56
|
@ -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
|
||||
|
|
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