Changeset 1927
- Timestamp:
- 09/30/2015 06:58:58 PM (10 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
r1900 r1927 45 45 $stylesheet = str_replace( '.css', '-rtl.css', $stylesheet ); 46 46 } 47 wp_enqueue_style( 'wporg-themes', $stylesheet, array(), 4);47 wp_enqueue_style( 'wporg-themes', $stylesheet, array(), 5 ); 48 48 49 49 if ( ! is_singular( 'page' ) ) { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style-rtl.css
r1775 r1927 547 547 .theme-wrap .theme-devs, 548 548 .theme-wrap .theme-support, 549 .theme-wrap .theme-translations, 549 550 .theme-wrap .theme-meta-info { 550 551 font-size: 1.4em; … … 1716 1717 width: 100%; 1717 1718 } 1718 1719 .theme-wrap .theme-support,1720 .theme-wrap .theme-devs {1721 display: inline-block;1722 width: 47%;1723 vertical-align: top;1724 }1725 1726 .theme-wrap .theme-devs {1727 margin-right: 5%;1728 }1729 1719 } 1730 1720 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style.css
r1900 r1927 1717 1717 width: 100%; 1718 1718 } 1719 1720 .theme-wrap .theme-support,1721 .theme-wrap .theme-devs {1722 display: inline-block;1723 width: 47%;1724 vertical-align: top;1725 }1726 1727 .theme-wrap .theme-devs {1728 margin-left: 5%;1729 }1730 1719 } 1731 1720
Note: See TracChangeset
for help on using the changeset viewer.