Changeset 24925
- Timestamp:
- 07/31/2013 05:55:42 PM (13 years ago)
- Location:
- branches/3.6/wp-admin
- Files:
-
- 3 edited
-
about.php (modified) (3 diffs)
-
css/wp-admin-rtl.css (modified) (2 diffs)
-
css/wp-admin.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.6/wp-admin/about.php
r24901 r24925 38 38 39 39 <div class="feature-section images-stagger-right"> 40 <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-twenty-twelve.png' ) ); ?>" class="image-66" />40 <img alt="" src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.6/theme.png" class="image-66" /> 41 41 <h4><?php _e( 'Introducing Twenty Thirteen' ); ?></h4> 42 42 <p><?php printf( __( "The new default theme puts focus on your content with a colorful, single-column design made for media-rich blogging." ) ); ?></p> … … 49 49 50 50 <div class="feature-section images-stagger-right"> 51 <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-retina.png' ) ); ?>" class="image-66" />51 <img alt="" src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.6/revisions.png" class="image-66" /> 52 52 <h4><?php _e( 'Explore Revisions' ); ?></h4> 53 53 <p></p> … … 76 76 77 77 <div class="feature-section images-stagger-right"> 78 <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-color-picker.png' ) ); ?>" class="image-30" /> 78 <div class="video image-66"><?php echo wp_video_shortcode( 79 array( 80 'm4v' => (is_ssl() ? 'https://' : 'http://s.' ) . 'wordpress.org/images/core/3.6/video.m4v', 81 'ogv' => (is_ssl() ? 'https://' : 'http://s.' ) . 'wordpress.org/images/core/3.6/video.ogv', 82 'width' => 625, 83 'height' => 360, 84 ) 85 ); ?></div> 79 86 <h4><?php _e( 'New Media Player' ); ?></h4> 80 87 <p><?php _e( 'Share your audio and video with the new built-in HTML5 media player. Upload files using the media manager and embed them in your posts.' ); ?></p> -
branches/3.6/wp-admin/css/wp-admin-rtl.css
r24811 r24925 1730 1730 } 1731 1731 1732 .about-wrap .feature-section.images-stagger-right img { 1732 .about-wrap .feature-section.images-stagger-right img, 1733 .about-wrap .feature-section.images-stagger-right .video { 1733 1734 float: left; 1734 1735 margin: 0 2em 12px 5px; … … 1747 1748 } 1748 1749 1750 @media only screen and (max-width: 900px) { 1751 .about-wrap .feature-section.images-stagger-right .video.image-66 { 1752 margin-right: 3px; 1753 } 1754 } 1755 1749 1756 @media only screen and (max-width: 768px) { 1750 .about-wrap .feature-section img.image-66 {1757 .about-wrap .feature-section .image-66 { 1751 1758 float: none; 1752 1759 } 1753 1760 1754 .about-wrap .feature-section.images-stagger-right img.image-66 {1761 .about-wrap .feature-section.images-stagger-right .image-66 { 1755 1762 margin-right: 3px; 1756 1763 } 1757 1764 1758 .about-wrap .feature-section.images-stagger-left img.image-66 {1765 .about-wrap .feature-section.images-stagger-left .image-66 { 1759 1766 margin-left: 3px; 1760 1767 } -
branches/3.6/wp-admin/css/wp-admin.css
r24914 r24925 5824 5824 /* Changelog / Update screen */ 5825 5825 5826 .about-wrap .feature-section img { 5826 .about-wrap .feature-section img, 5827 .about-wrap .feature-section .video { 5827 5828 border: none; 5828 5829 margin: 0 1.94% 10px 0; … … 5841 5842 } 5842 5843 5843 .about-wrap .feature-section.images-stagger-right img { 5844 .about-wrap .feature-section.images-stagger-right img, 5845 .about-wrap .feature-section.images-stagger-right .video { 5844 5846 float: right; 5845 5847 margin: 0 5px 12px 2em; … … 5851 5853 } 5852 5854 5853 .about-wrap .feature-section img.image-100 {5855 .about-wrap .feature-section .image-100 { 5854 5856 margin: 0 0 2em 0; 5855 5857 width: 100%; 5856 5858 } 5857 5859 5858 .about-wrap .feature-section img.image-66 {5860 .about-wrap .feature-section .image-66 { 5859 5861 width: 65%; 5860 5862 } 5861 5863 5862 .about-wrap .feature-section img.image-50 { 5864 .about-wrap .feature-section .image-66.video { 5865 max-width: 600px; 5866 } 5867 5868 .about-wrap .feature-section .image-50 { 5863 5869 max-width: 50%; 5864 5870 } … … 5928 5934 @media only screen and (max-width: 900px) { 5929 5935 .about-wrap .feature-section.images-stagger-left img, 5930 .about-wrap .feature-section.images-stagger-right img { 5936 .about-wrap .feature-section.images-stagger-right img, 5937 .about-wrap .feature-section.images-stagger-right .video { 5931 5938 clear: both; 5932 5939 } 5933 } 5934 5935 @media only screen and (max-width: 768px) { 5936 .about-wrap .feature-section img.image-66 { 5940 5941 .about-wrap .feature-section .video.image-66 { 5937 5942 float: none; 5938 5943 width: 98%; … … 5940 5945 } 5941 5946 5942 .about-wrap .feature-section.images-stagger-right img.image-66 {5947 .about-wrap .feature-section.images-stagger-right .video.image-66 { 5943 5948 margin-left: 3px; 5944 5949 } 5945 5946 .about-wrap .feature-section.images-stagger-left img.image-66 { 5950 } 5951 5952 @media only screen and (max-width: 768px) { 5953 .about-wrap .feature-section .image-66 { 5954 float: none; 5955 width: 98%; 5956 max-width: 98%; 5957 } 5958 5959 .about-wrap .feature-section.images-stagger-right .image-66 { 5960 margin-left: 3px; 5961 } 5962 5963 .about-wrap .feature-section.images-stagger-left .image-66 { 5947 5964 margin-right: 3px; 5948 5965 }
Note: See TracChangeset
for help on using the changeset viewer.