Changeset 10168
- Timestamp:
- 12/10/2008 09:26:23 AM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r10165 r10168 102 102 ?> 103 103 104 <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>104 <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 ?> <span>← <?php _e('Visit site') ?></span></a></h1> 105 105 106 106 <div id="wphead-info"> -
trunk/wp-admin/wp-admin.css
r10163 r10168 786 786 font: normal 18px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 787 787 padding: 12px 10px 5px; 788 } 789 790 #wphead h1 span { 791 font-size: 50%; 788 792 } 789 793
Note: See TracChangeset
for help on using the changeset viewer.