Make header logo replaceable from css
git-svn-id: http://svn.automattic.com/wordpress/trunk@10081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
af91c84737
commit
c800a64625
|
@ -95,7 +95,7 @@ if ( function_exists('mb_strlen') ) {
|
|||
}
|
||||
?>
|
||||
|
||||
<img id="logo50" src="images/wp-logo.gif" alt="" /> <h1 <?php echo $title_class ?>><a href="<?php echo trailingslashit( get_bloginfo('url') ); ?>" title="<?php _e('Visit site') ?>"><?php echo $blog_name ?></a></h1>
|
||||
<img id="header-logo" src="../wp-includes/images/blank.gif" alt="" width="32" height="32" /> <h1 <?php echo $title_class ?>><a href="<?php echo trailingslashit( get_bloginfo('url') ); ?>" title="<?php _e('Visit site') ?>"><?php echo $blog_name ?></a></h1>
|
||||
|
||||
<div id="wphead-info">
|
||||
<div id="user_info">
|
||||
|
|
|
@ -1576,3 +1576,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
|
|||
.view-switch #view-switch-excerpt.current {
|
||||
background: transparent url(../images/list-vs.png) no-repeat -60px 0;
|
||||
}
|
||||
|
||||
#header-logo {
|
||||
background: transparent url(../images/wp-logo.gif) no-repeat scroll center center;
|
||||
}
|
||||
|
|
|
@ -1576,3 +1576,7 @@ fieldset.inline-edit-col-right .inline-edit-col {
|
|||
.view-switch #view-switch-excerpt.current {
|
||||
background: transparent url(../images/list.png) no-repeat -60px 0;
|
||||
}
|
||||
|
||||
#header-logo {
|
||||
background: transparent url(../images/wp-logo.gif) no-repeat scroll center center;
|
||||
}
|
||||
|
|
|
@ -771,7 +771,7 @@ div.comment-item:hover .row-actions {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
#logo50 {
|
||||
#header-logo {
|
||||
float: left;
|
||||
margin: 7px 0 0 15px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue