Changeset 2009
- Timestamp:
- 10/26/2015 05:53:34 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php
r2004 r2009 40 40 get_template_directory_uri() . '/style-rtl.css', 41 41 array( 'forum-wp4-style' ), 42 '2015102 5'42 '20151026' 43 43 ); 44 44 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style-rtl.css
r2004 r2009 65 65 padding-right: 0; 66 66 } 67 68 #bbpress-forums div.bbp-topic-content code, 69 #bbpress-forums div.bbp-reply-content code, 70 #bbpress-forums div.bbp-topic-content pre, 71 #bbpress-forums div.bbp-reply-content pre { 72 direction: ltr; 73 text-align: left; 74 }
Note: See TracChangeset
for help on using the changeset viewer.