Changeset 9915
- Timestamp:
- 05/25/2020 05:56:12 AM (4 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/make-core.css
r349 r9915 66 66 margin-right: 20px; 67 67 } 68 .ticket-reports .report:last-of-type { 69 margin-right: 0px !important; 70 } 68 71 .ticket-reports .wide .report, 69 72 .ticket-reports .report.wide { … … 121 124 } 122 125 126 body.trac .glossary-item-container { 127 display: none; 128 } -
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-components.php
r9754 r9915 245 245 246 246 function wp_enqueue_scripts() { 247 wp_enqueue_style( 'make-core-trac', plugins_url( '/make-core.css', __FILE__ ), array(), '3');247 wp_enqueue_style( 'make-core-trac', plugins_url( '/make-core.css', __FILE__ ), array(), 4 ); 248 248 } 249 249
Note: See TracChangeset
for help on using the changeset viewer.