Changeset 1100
- Timestamp:
- 01/07/2015 11:13:26 PM (10 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/page-commercial.php
r1099 r1100 450 450 ?> 451 451 452 <article id="post-<?php the_ID(); ?>" <?php post_class( 'wrap'); ?>>452 <article id="post-<?php the_ID(); ?>" <?php post_class( array( 'wrap', 'commercial' ) ); ?>> 453 453 <header class="entry-header"> 454 454 <h2 class="entry-title"><?php _e( 'Commercially Supported GPL Themes', 'wporg-themes' ); ?></h2> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style.css
r1098 r1100 780 780 } 781 781 782 /* Commercial Page Template */ 783 .commercial .theme .more-details { 784 top: 20%; 785 right: 5%; 786 left: 5%; 787 } 788 782 789 @media only screen and (min-width: 1640px) { 783 790 .theme-browser .themes .theme {
Note: See TracChangeset
for help on using the changeset viewer.