Ticket #20796: about-page-twitter-embeds.diff
File about-page-twitter-embeds.diff, 4.0 KB (added by , 13 years ago) |
---|
-
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 { … … 5119 5119 margin-left: 0; 5120 5120 } 5121 5121 5122 .about-wrap .feature-section .last-feature, 5122 5123 .about-wrap .feature-section.three-col .last-feature { 5123 5124 margin-right: 0; 5124 5125 } … … 5130 5131 5131 5132 .about-wrap .feature-section.images-stagger-left img { 5132 5133 float: left; 5133 margin: 0 12px 12px 5px;5134 margin: 0 22px 12px 3px; 5134 5135 } 5135 5136 5136 5137 @media only screen and (max-width: 900px) { -
wp-admin/css/colors-classic.dev.css
2362 2362 background: #fff; 2363 2363 border-color: #dfdfdf; 2364 2364 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 );2365 -moz-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 2366 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 2367 box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 2368 2368 } 2369 2369 2370 2370 .about-wrap .point-releases { -
wp-admin/css/colors-fresh.dev.css
1948 1948 .about-wrap .feature-section img { 1949 1949 background: #fff; 1950 1950 border-color: #dfdfdf; 1951 1952 border: 1px #ccc solid; 1951 1953 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 );1954 -moz-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 1955 -webkit-box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 1956 box-shadow: 0 1px 3px rgba( 0, 0, 0, 0.3 ); 1955 1957 } 1956 1958 1957 1959 .about-wrap h4.wp-people-group { -
wp-admin/about.php
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 55 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-1.png' ) ); ?>" class="image-30" /> 56 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 " />57 <img src="<?php echo esc_url( admin_url( 'images/screenshots/flex-header-3.png' ) ); ?>" class="image-30 last-feature" /> 58 58 </div> 59 59 60 60 <div class="feature-section images-stagger-right"> … … 65 65 </div> 66 66 67 67 <div class="changelog"> 68 <h3><?php _e( 'Twitter Embeds' ); ?></h3> 69 70 <div class="feature-section images-stagger-left"> 71 <img src="<?php echo esc_url( admin_url( 'images/screenshots/twitter-embed.png' ) ); ?>" class="image-50" /> 72 <h4><?php _e( 'Embedding a tweet is as easy as pasting a Tweet URL on its own line' ); ?></h4> 73 <p><?php _e( 'Twitter embeds allows you to display any individual tweet in a blog post or post comment, complete with the tweet\'s text, action links allowing readers to reply, retweet, and favorite tweets without leaving your site 74 Inline links, links to hashtag pages, linked usernames, and a follow button in the tweet.' ); ?></p> 75 </div> 76 77 </div> 78 79 80 <div class="changelog"> 68 81 <h3><?php _e( 'Better Captions' ); ?></h3> 69 82 70 83 <div class="feature-section images-stagger-right">