Changeset 20064
- Timestamp:
- 03/01/2012 11:55:09 PM (14 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
-
css/wp-admin.dev.css (modified) (2 diffs)
-
themes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/wp-admin.dev.css
r19982 r20064 4476 4476 } 4477 4477 4478 h3.available-themes { 4479 margin: 0 0 1em; 4480 float: left; 4481 } 4482 4478 4483 .available-theme { 4479 4484 display: inline-block; … … 4505 4510 4506 4511 #current-theme { 4507 margin: 1em 0 1.5em;4512 padding: 0 0 .5em; 4508 4513 } 4509 4514 4510 4515 #current-theme a { 4511 4516 border-bottom: none; 4512 }4513 4514 #current-theme h3 {4515 font-size: 17px;4516 font-weight: normal;4517 margin: 0;4518 4517 } 4519 4518 -
trunk/wp-admin/themes.php
r20043 r20064 98 98 </h2> 99 99 <?php $ct = wp_get_theme(); ?> 100 <div id="current-theme"> 100 101 <h3><?php _e( 'Current Theme' ); ?></h3> 101 <div id="current-theme">102 102 <?php if ( $screenshot = $ct->get_screenshot() ) : ?> 103 103 <img src="<?php echo esc_url( $screenshot ); ?>" alt="<?php esc_attr_e( 'Current theme preview'); ?>" /> … … 155 155 ?> 156 156 157 <h3 ><?php _e('Available Themes'); ?></h3>157 <h3 class="available-themes"><?php _e('Available Themes'); ?></h3> 158 158 159 159 <?php if ( !empty( $_REQUEST['s'] ) || !empty( $_REQUEST['filter'] ) || $wp_list_table->has_items() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.