Changeset 1867
- Timestamp:
- 09/09/2015 09:35:02 AM (9 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php
r1567 r1867 185 185 */ 186 186 static function enqueue_scripts() { 187 wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 6);187 wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 7 ); 188 188 wp_enqueue_script( 'wordcamp-central', get_stylesheet_directory_uri() . '/js/central.js', array( 'jquery', 'underscore' ), 2, true ); 189 189 -
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/style.css
r1566 r1867 2623 2623 #respond .form-submit { 2624 2624 float: right; 2625 margin: -73px 0 0 0;2625 /*margin: -73px 0 0 0;*/ 2626 2626 } 2627 2627
Note: See TracChangeset
for help on using the changeset viewer.