Changeset 1929
- Timestamp:
- 09/30/2015 07:38:28 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r1927 r1929 45 45 $stylesheet = str_replace( '.css', '-rtl.css', $stylesheet ); 46 46 } 47 wp_enqueue_style( 'wporg-themes', $stylesheet, array(), 5);47 wp_enqueue_style( 'wporg-themes', $stylesheet, array(), 6 ); 48 48 49 49 if ( ! is_singular( 'page' ) ) { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style-rtl.css
r1927 r1929 1701 1701 } 1702 1702 1703 .theme-wrap .theme-actions .button-primary { 1704 display: none; 1705 } 1706 1703 .theme-wrap .theme-actions .button-primary, 1707 1704 .theme-wrap .theme-actions .button-secondary { 1708 1705 font-size: 18px; 1709 1706 height: auto; 1710 padding: 0.5em 0;1711 width: 100%;1712 1707 } 1713 1708 … … 1777 1772 .theme-browser .themes .theme { 1778 1773 margin-left: 0; 1774 } 1775 1776 .theme-wrap .theme-actions .button-primary, 1777 .theme-wrap .theme-actions .button-secondary { 1778 width: 100%; 1779 margin: 5px 0; 1779 1780 } 1780 1781 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style.css
r1927 r1929 1701 1701 } 1702 1702 1703 .theme-wrap .theme-actions .button-primary { 1704 display: none; 1705 } 1706 1703 .theme-wrap .theme-actions .button-primary, 1707 1704 .theme-wrap .theme-actions .button-secondary { 1708 1705 font-size: 18px; 1709 1706 height: auto; 1710 padding: 0.5em 0;1711 width: 100%;1712 1707 } 1713 1708 … … 1777 1772 .theme-browser .themes .theme { 1778 1773 margin-right: 0; 1774 } 1775 1776 .theme-wrap .theme-actions .button-primary, 1777 .theme-wrap .theme-actions .button-secondary { 1778 width: 100%; 1779 margin: 5px 0; 1779 1780 } 1780 1781
Note: See TracChangeset
for help on using the changeset viewer.