Changeset 6306
- Timestamp:
- 12/23/2017 02:20:47 AM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/helper-functions.php
r6267 r6306 1 1 <?php 2 wp_register_style( 'wporg-translate', plugins_url( 'style.css', __FILE__ ), array( 'gp-base' ), '201712 13' );2 wp_register_style( 'wporg-translate', plugins_url( 'style.css', __FILE__ ), array( 'gp-base' ), '20171223' ); 3 3 gp_enqueue_style( 'wporg-translate' ); 4 4 -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css
r6270 r6306 690 690 691 691 .contribute-button { 692 height: 26px;692 min-height: 26px; 693 693 } 694 694 … … 706 706 .contribute-button a:hover { 707 707 color: #333; 708 } 709 710 @media (max-width: 782px) { 711 .contribute-button { 712 max-width: 90%; 713 } 714 715 .contribute-button a { 716 padding: 0; 717 white-space: normal; 718 } 708 719 } 709 720
Note: See TracChangeset
for help on using the changeset viewer.