Ticket #11651: 11651.5.fixdismiss-typography.patch
File 11651.5.fixdismiss-typography.patch, 1.9 KB (added by , 13 years ago) |
---|
-
wp-admin/includes/dashboard.php
1367 1367 <span class="icon16 icon-appearance"></span> 1368 1368 <?php _e( 'Customize Your Site' ); ?> 1369 1369 </h4> 1370 <p><?php printf( __( 'Use the default theme -- %1$s --or <a href="%2$s">choose a new one</a>. If you stick with %3$s, here are a few ways to make your site look unique.' ), __( 'Twenty Eleven' ), esc_url( admin_url( 'themes.php' ) ), __( 'Twenty Eleven' ) ); ?></p>1370 <p><?php printf( __( 'Use the default theme — %1$s — or <a href="%2$s">choose a new one</a>. If you stick with %3$s, here are a few ways to make your site look unique.' ), __( 'Twenty Eleven' ), esc_url( admin_url( 'themes.php' ) ), __( 'Twenty Eleven' ) ); ?></p> 1371 1371 <ul> 1372 1372 <li> 1373 1373 <?php echo sprintf( … … 1395 1395 </li> 1396 1396 </ul> 1397 1397 </div> 1398 <p ><?php printf( __( 'Already know what you’re doing? <a href="%s">Dismiss this message</a>.' ), '#' ) ?></p>1398 <p class="welcome-panel-dismiss"><?php printf( __( 'Already know what you’re doing? <a href="%s">Dismiss this message</a>.' ), '#' ) ?></p> 1399 1399 </div> 1400 1400 </div> 1401 1401 <?php -
wp-admin/css/wp-admin.dev.css
2178 2178 font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; 2179 2179 font-size: 32px; 2180 2180 font-weight: normal; 2181 line-height: 1.2; 2181 2182 margin: 0.1em 0 0.8em; 2182 2183 } 2183 2184 .welcome-panel h4 { … … 2214 2215 margin-left: 190px; 2215 2216 } 2216 2217 2218 .welcome-panel p.welcome-panel-dismiss { 2219 clear: both; 2220 padding: 1.5em 0 0 0; 2221 } 2222 2217 2223 .welcome-panel .welcome-panel-column { 2218 2224 margin: 0 40px 0 24px; 2219 2225 max-width: 270px;