Changeset 26806
- Timestamp:
- 12/08/2013 08:04:11 PM (11 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 1 added
- 1 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r26801 r26806 122 122 <hr> 123 123 124 <div class="changelog ">124 <div class="changelog about-twentyfourteen"> 125 125 <h2 class="about-headline-callout"><?php echo ( 'Twenty Fourteen, a sleek new magazine theme' ); ?></h2> 126 <img src="<?php echo admin_url( 'images/about-twentyfourteen. png' ); ?>" />126 <img src="<?php echo admin_url( 'images/about-twentyfourteen.jpg' ); ?>" /> 127 127 128 128 <div class="feature-section col one-col center-col"> -
trunk/src/wp-admin/css/wp-admin.css
r26797 r26806 7887 7887 7888 7888 .about-wrap .changelog h2.about-headline-callout { 7889 margin: 1. 25em 0 0.25em;7890 font-size: 2. 2em;7889 margin: 1.1em 0 0.2em; 7890 font-size: 2.4em; 7891 7891 font-weight: 300; 7892 7892 line-height: 1.3; … … 8029 8029 } 8030 8030 8031 .about-wrap .about-updates img { 8031 .about-wrap .about-updates img, 8032 .about-wrap .about-twentyfourteen img { 8032 8033 margin: 2em 0 0 0; 8033 8034 border: 1px solid #ddd; 8034 8035 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); 8035 8036 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); 8037 } 8038 8039 .about-wrap .about-twentyfourteen img { 8040 margin-top: 1em; 8036 8041 } 8037 8042
Note: See TracChangeset
for help on using the changeset viewer.