Changeset 9859
- Timestamp:
- 05/13/2020 04:06:51 AM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/table-of-contents-lite
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/table-of-contents-lite/assets/css/style.css
r9493 r9859 144 144 z-index: 1; 145 145 } 146 .table-of-contents { 147 z-index: 2; 148 } -
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/table-of-contents-lite/includes/class-table-of-contents-lite.php
r9494 r9859 151 151 */ 152 152 public function enqueue_scripts() { 153 wp_enqueue_style( 'table-of-contents', TABLE_OF_CONTENTS_URL . 'assets/css/style.css', array(), 2);153 wp_enqueue_style( 'table-of-contents', TABLE_OF_CONTENTS_URL . 'assets/css/style.css', array(), 3 ); 154 154 } 155 155
Note: See TracChangeset
for help on using the changeset viewer.