Changeset 29959
- Timestamp:
- 10/18/2014 07:42:12 PM (10 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/themes.css
r29924 r29959 1167 1167 1168 1168 .rating { 1169 margin: 30px0;1169 margin: 15px 0 0; 1170 1170 } 1171 1171 .rating span:before { … … 1222 1222 } 1223 1223 .rating .ratings { 1224 display: inline; 1225 margin-left: 10px; 1224 display: block; 1226 1225 line-height: 20px; 1227 1226 color: #999; … … 1740 1739 width: 100%; 1741 1740 } 1742 } 1741 1742 .theme-install-overlay .wp-full-overlay-header .theme-install { 1743 margin-top: 6px; 1744 line-height: normal; 1745 } 1746 } -
trunk/src/wp-admin/theme-install.php
r29904 r29959 244 244 <span class="five"></span> 245 245 <# if ( data.num_ratings ) { #> 246 < p class="ratings">{{ data.num_ratings }}</p>246 <small class="ratings">{{ data.num_ratings }}</small> 247 247 <# } else { #> 248 < p class="ratings"><?php _e( 'No ratings.' ); ?></p>248 <small class="ratings"><?php _e( 'No ratings.' ); ?></small> 249 249 <# } #> 250 250 </div>
Note: See TracChangeset
for help on using the changeset viewer.