Ticket #20796: 20796.7.diff
File 20796.7.diff, 5.6 KB (added by , 13 years ago) |
---|
-
wp-admin/css/wp-admin-rtl.dev.css
1403 1403 margin-right: 3em; 1404 1404 } 1405 1405 1406 .about-wrap .three-col-images .last-feature { 1407 float: left; 1408 } 1409 1410 .about-wrap .three-col-images .first-feature { 1411 float: right; 1412 } 1413 1406 1414 .about-wrap .feature-section.three-col div { 1407 1415 margin-right: 0; 1408 1416 margin-left: 4.999999999%; -
wp-admin/css/wp-admin.dev.css
5076 5076 5077 5077 .about-wrap .feature-section img { 5078 5078 border: none; 5079 margin: 0 0.7% 10px 0;5079 margin: 0 1.94% 10px 0; 5080 5080 -webkit-border-radius: 3px; 5081 5081 border-radius: 3px; 5082 5082 } … … 5086 5086 } 5087 5087 5088 5088 .about-wrap .feature-section img.image-30 { 5089 max-width: 3 2%;5089 max-width: 31.2381%; 5090 5090 } 5091 5091 5092 5092 .ie8 .about-wrap .feature-section img { … … 5123 5123 margin-right: 0; 5124 5124 } 5125 5125 5126 .about-wrap .three-col-images { 5127 text-align: center; 5128 } 5129 5130 .about-wrap .three-col-images img { 5131 margin: 0 0 10px; 5132 } 5133 5134 .about-wrap .three-col-images .last-feature { 5135 float: right; 5136 } 5137 5138 .about-wrap .three-col-images .first-feature { 5139 float: left; 5140 } 5141 5126 5142 .about-wrap .feature-section.images-stagger-right img { 5127 5143 float: right; 5128 5144 margin: 0 5px 12px 12px; -
wp-admin/css/colors-classic.dev.css
2360 2360 2361 2361 .about-wrap .feature-section img { 2362 2362 background: #fff; 2363 border-color: #dfdfdf;2364 2363 2365 -moz-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 ); 2366 -webkit-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 ); 2367 box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 ); 2364 border: 1px #ccc solid; 2365 2366 -moz-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 2367 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 2368 box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 2368 2369 } 2369 2370 2370 2371 .about-wrap .point-releases { -
wp-admin/css/ie.dev.css
439 439 margin: 0; 440 440 } 441 441 442 .about-wrap .three-col-images img { 443 margin: 0 0.6% 10px; 444 } 445 446 .about-wrap .three-col-images .last-feature, 447 .about-wrap .three-col-images .first-feature { 448 float: none; 449 } 450 442 451 /* IE6 leftovers */ 443 452 * html .row-actions { 444 453 visibility: visible; -
wp-admin/css/colors-fresh.dev.css
1947 1947 1948 1948 .about-wrap .feature-section img { 1949 1949 background: #fff; 1950 border-color: #dfdfdf; 1950 1951 border: 1px #ccc solid; 1951 1952 1952 -moz-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );1953 -webkit-box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );1954 box-shadow: 0 0 6px rgba( 0, 0, 0, 0.3 );1953 -moz-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 1954 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 1955 box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 1955 1956 } 1956 1957 1957 1958 .about-wrap h4.wp-people-group { -
wp-admin/about.php
52 52 <div class="feature-section"> 53 53 <h4><?php _e( 'Flexible Sizes' ); ?></h4> 54 54 <p><?php _e( 'You can decide for yourself how tall or wide your custom header image should be. From now on, themes will provide a recommended image size for custom headers rather than a fixed requirement. Note: this feature requires <a href="http://codex.wordpress.org/Custom_Headers">theme support</a>.' ); ?></p> 55 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-1.png' ) ); ?>" class="image-30" /> 56 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-2.png' ) ); ?>" class="image-30" /> 57 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-3.png' ) ); ?>" class="image-30" /> 55 <div class="three-col-images"> 56 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-1.png' ) ); ?>" class="image-30 first-feature" /> 57 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-2.png' ) ); ?>" class="image-30" /> 58 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-3.png' ) ); ?>" class="image-30 last-feature" /> 59 </div> 58 60 </div> 59 61 60 62 <div class="feature-section images-stagger-right"> … … 65 67 </div> 66 68 67 69 <div class="changelog"> 70 <h3><?php _e( 'Twitter Embeds' ); ?></h3> 71 72 <div class="feature-section images-stagger-right"> 73 <img src="<?php echo esc_url( admin_url( 'images/screenshots/twitter-embed-1.png' ) ); ?>" class="image-30" /> 74 <img src="<?php echo esc_url( admin_url( 'images/screenshots/twitter-embed-2.png' ) ); ?>" class="image-30" /> 75 <h4><?php _e( 'Share Tweets in Your Posts' ); ?></h4> 76 <p><?php _e( 'Twitter embeds allow you to display individual tweets in posts. It includes action links that allow readers to reply to, retweet, and favorite the tweet without leaving your site. Just paste a tweet URL on its own line.' ); ?></p> 77 <p><?php printf( __( 'This works with other sites, too. For more, see the Codex article on <a href="%s">Embeds</a>.' ), __( 'http://codex.wordpress.org/Embeds' ) ); ?></p> 78 </div> 79 80 </div> 81 82 83 <div class="changelog"> 68 84 <h3><?php _e( 'Better Captions' ); ?></h3> 69 85 70 86 <div class="feature-section images-stagger-right">