Changeset 9567
- Timestamp:
- 11/08/2008 07:56:42 AM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r9565 r9567 103 103 <h2><?php echo wp_specialchars( $title ); ?></h2> 104 104 105 <h 2><?php _e('Current Theme'); ?></h2>105 <h3><?php _e('Current Theme'); ?></h3> 106 106 <div id="current-theme"> 107 107 <?php if ( $ct->screenshot ) : ?> 108 108 <img src="<?php echo WP_CONTENT_URL . $ct->stylesheet_dir . '/' . $ct->screenshot; ?>" alt="<?php _e('Current theme preview'); ?>" /> 109 109 <?php endif; ?> 110 <h 3><?php printf(_c('%1$s %2$s by %3$s|1: theme title, 2: theme version, 3: theme author'), $ct->title, $ct->version, $ct->author) ; ?></h3>110 <h4><?php printf(_c('%1$s %2$s by %3$s|1: theme title, 2: theme version, 3: theme author'), $ct->title, $ct->version, $ct->author) ; ?></h4> 111 111 <p class="description"><?php echo $ct->description; ?></p> 112 112 <?php if ($ct->parent_theme) { ?> … … 122 122 </div> 123 123 124 <h 2><?php _e('Available Themes'); ?></h2>125 < br class="clear" />124 <h3><?php _e('Available Themes'); ?></h3> 125 <div class="clear"></div> 126 126 127 127 <?php if ( $page_links ) : ?> -
trunk/wp-admin/wp-admin.css
r9564 r9567 65 65 border-bottom: 1px solid #ccc; 66 66 margin: 10px auto; 67 width: 100%; 67 68 } 68 69 … … 112 113 113 114 #current-theme { 114 margin -top: 1em;115 margin: 1em 0 1.5em; 115 116 } 116 117 … … 3012 3013 padding: 20px 12px 0; 3013 3014 } 3015 3016 br.clear { 3017 height: 2px; 3018 line-height: 2px; 3019 }
Note: See TracChangeset
for help on using the changeset viewer.