Ticket #22455: 22455.6.diff

File 22455.6.diff, 2.8 KB (added by helenyhou, 5 months ago)
Line 
1Index: wp-admin/css/wp-admin.css
2===================================================================
3--- wp-admin/css/wp-admin.css   (revision 23123)
4+++ wp-admin/css/wp-admin.css   (working copy)
5@@ -5337,24 +5337,30 @@
6        margin-left: 1em;
7 }
8 
9-.about-wrap .feature-section.three-col {
10+.about-wrap .feature-section.col {
11        margin-bottom: 0;
12 }
13 
14+.about-wrap .feature-section.col h4 {
15+       margin:  0 0 0.6em 0;
16+}
17+
18+.about-wrap .feature-section.col .last-feature {
19+       margin-right: 0;
20+}
21+
22+.about-wrap .feature-section.two-col div {
23+       width: 47.5%;
24+       margin-right: 4.999999999%;
25+       float: left;
26+}
27+
28 .about-wrap .feature-section.three-col div {
29        width: 30%;
30        margin-right: 4.999999999%;
31        float: left;
32 }
33 
34-.about-wrap .feature-section.three-col h4 {
35-       margin:  0 0 0.6em 0;
36-}
37-
38-.about-wrap .feature-section.three-col .last-feature {
39-       margin-right: 0;
40-}
41-
42 .about-wrap .three-col-images {
43        text-align: center;
44 }
45Index: wp-admin/about.php
46===================================================================
47--- wp-admin/about.php  (revision 23123)
48+++ wp-admin/about.php  (working copy)
49@@ -36,21 +36,17 @@
50 <div class="changelog">
51        <h3><?php _e( 'New Media Manager' ); ?></h3>
52 
53-       <div class="feature-section three-col">
54+       <div class="feature-section col two-col">
55                <img alt="" src="<?php echo esc_url( admin_url( 'images/screenshots/about-media.png' ) ); ?>" class="image-100" />
56 
57                <div>
58                        <h4><?php _e( 'Beautiful Interface' ); ?></h4>
59                        <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>
60                </div>
61-               <div>
62+               <div class="last-feature">
63                        <h4><?php _e( 'Picturesque Galleries' ); ?></h4>
64                        <p><?php _e( 'Creating image galleries is faster with drag and drop reordering, inline caption editing, and simplified controls for layout.' ); ?></p>
65                </div>
66-               <div class="last-feature">
67-                       <h4><?php _e( 'Insert Multiple Images' ); ?></h4>
68-                       <p><?php _e( 'Have a need for speed? You can now insert multiple images at once and then compose your words around them.' ); ?></p>
69-               </div>
70        </div>
71 </div>
72 
73@@ -92,7 +88,7 @@
74 <div class="changelog">
75        <h3><?php _e( 'Under the Hood' ); ?></h3>
76 
77-       <div class="feature-section three-col">
78+       <div class="feature-section col three-col">
79                <div>
80                        <h4><?php _e( 'Meta Query Additions' ); ?></h4>
81                        <p><?php _e( 'The <code>WP_Comment_Query</code> and <code>WP_User_Query</code> classes now support meta queries just like <code>WP_Query.</code> Meta queries now support querying for objects without a particular meta key.' ); ?></p>
82@@ -107,7 +103,7 @@
83                </div>
84        </div>
85 
86-       <div class="feature-section three-col">
87+       <div class="feature-section col three-col">
88                <div>
89                        <h4><?php _e( 'Multisite Improvements' ); ?></h4>
90                        <p><?php _e( '<code>switch_to_blog()</code> is now significantly faster and more reliable.' ); ?></p>