Changeset 1545
- Timestamp:
- 05/06/2015 02:47:38 PM (11 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012
- Files:
-
- 3 edited
-
functions.php (modified) (1 diff)
-
header.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/functions.php
r1401 r1545 184 184 */ 185 185 static function enqueue_scripts() { 186 wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 4);186 wp_enqueue_style( 'central', get_stylesheet_uri(), array(), 5 ); 187 187 wp_enqueue_script( 'wordcamp-central', get_stylesheet_directory_uri() . '/js/central.js', array( 'jquery', 'underscore' ), 1, true ); 188 188 -
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/header.php
r1109 r1545 51 51 ?> 52 52 53 <script type="text/javascript" src=" http://use.typekit.com/yqt7hkl.js"></script>53 <script type="text/javascript" src="//use.typekit.com/yqt7hkl.js"></script> 54 54 <script type="text/javascript">try{Typekit.load();}catch(e){}</script> 55 55 <?php if ( is_front_page() || is_page('about') ) : ?> -
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/style.css
r1400 r1545 2864 2864 background-size: 35px 26px; 2865 2865 } 2866 .wordcamp-placeholder-thumb {2866 /*.wordcamp-placeholder-thumb { 2867 2867 background: url('images/wordcamp-placeholder-thumb-2x.png') 3px 3px no-repeat; 2868 2868 background-size: 82px 37px; 2869 } 2869 }*/ 2870 2870 } 2871 2871
Note: See TracChangeset
for help on using the changeset viewer.