Changeset 9611
- Timestamp:
- 03/20/2020 03:17:57 AM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
r9605 r9611 20 20 function wporg_support_scripts() { 21 21 22 wp_enqueue_style( 'forum-wp4-style', get_stylesheet_uri(), [], '202003 19' );22 wp_enqueue_style( 'forum-wp4-style', get_stylesheet_uri(), [], '20200320' ); 23 23 wp_style_add_data( 'forum-wp4-style', 'rtl', 'replace' ); 24 24 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss
r9448 r9611 241 241 #bbpress-forums div.bbp-reply-content pre { 242 242 background-color: #f0f0f0; 243 max-height: 40em;243 max-height: 20em; 244 244 } 245 245 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css
r9609 r9611 474 474 #bbpress-forums div.bbp-reply-content pre { 475 475 background-color: #f0f0f0; 476 max-height: 40em;476 max-height: 20em; 477 477 } 478 478 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
r9609 r9611 474 474 #bbpress-forums div.bbp-reply-content pre { 475 475 background-color: #f0f0f0; 476 max-height: 40em;476 max-height: 20em; 477 477 } 478 478
Note: See TracChangeset
for help on using the changeset viewer.