Changeset 23126
- Timestamp:
- 12/07/2012 08:58:34 PM (12 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/about.php
r22903 r23126 37 37 <h3><?php _e( 'New Media Manager' ); ?></h3> 38 38 39 <div class="feature-section three-col">39 <div class="feature-section col two-col"> 40 40 <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-media.png' ) ); ?>" class="image-100" /> 41 41 … … 44 44 <p><?php _e( 'Adding media has been streamlined with an all-new experience, making it a breeze to upload files and place them into your posts.' ); ?></p> 45 45 </div> 46 <div >46 <div class="last-feature"> 47 47 <h4><?php _e( 'Picturesque Galleries' ); ?></h4> 48 48 <p><?php _e( 'Creating image galleries is faster with drag and drop reordering, inline caption editing, and simplified controls for layout.' ); ?></p> 49 </div>50 <div class="last-feature">51 <h4><?php _e( 'Insert Multiple Images' ); ?></h4>52 <p><?php _e( 'Have a need for speed? You can now insert multiple images at once and then compose your words around them.' ); ?></p>53 49 </div> 54 50 </div> … … 93 89 <h3><?php _e( 'Under the Hood' ); ?></h3> 94 90 95 <div class="feature-section three-col">91 <div class="feature-section col three-col"> 96 92 <div> 97 93 <h4><?php _e( 'Meta Query Additions' ); ?></h4> … … 108 104 </div> 109 105 110 <div class="feature-section three-col">106 <div class="feature-section col three-col"> 111 107 <div> 112 108 <h4><?php _e( 'Multisite Improvements' ); ?></h4> -
trunk/wp-admin/css/wp-admin.css
r23095 r23126 5338 5338 } 5339 5339 5340 .about-wrap .feature-section. three-col {5340 .about-wrap .feature-section.col { 5341 5341 margin-bottom: 0; 5342 } 5343 5344 .about-wrap .feature-section.col h4 { 5345 margin: 0 0 0.6em 0; 5346 } 5347 5348 .about-wrap .feature-section.col .last-feature { 5349 margin-right: 0; 5350 } 5351 5352 .about-wrap .feature-section.two-col div { 5353 width: 47%; 5354 margin-right: 4.999999999%; 5355 float: left; 5342 5356 } 5343 5357 … … 5346 5360 margin-right: 4.999999999%; 5347 5361 float: left; 5348 }5349 5350 .about-wrap .feature-section.three-col h4 {5351 margin: 0 0 0.6em 0;5352 }5353 5354 .about-wrap .feature-section.three-col .last-feature {5355 margin-right: 0;5356 5362 } 5357 5363
Note: See TracChangeset
for help on using the changeset viewer.