Changeset 9883
- Timestamp:
- 05/18/2020 10:28:45 PM (4 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
r9859 r9883 52 52 53 53 div.table-of-contents { 54 margin: -15px-30px 15px 15px;54 margin: 0 -30px 15px 15px; 55 55 } 56 56 } -
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-helphub/inc/table-of-contents-lite/includes/class-table-of-contents-lite.php
r9859 r9883 151 151 */ 152 152 public function enqueue_scripts() { 153 wp_enqueue_style( 'table-of-contents', TABLE_OF_CONTENTS_URL . 'assets/css/style.css', array(), 3);153 wp_enqueue_style( 'table-of-contents', TABLE_OF_CONTENTS_URL . 'assets/css/style.css', array(), 4 ); 154 154 } 155 155
Note: See TracChangeset
for help on using the changeset viewer.