Changeset 5376
- Timestamp:
- 04/19/2017 09:35:05 PM (9 years ago)
- Location:
- sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp
- Files:
-
- 2 edited
-
functions.php (modified) (1 diff)
-
style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/functions.php
r123 r5376 110 110 wp_enqueue_style( 'dashicons' ); 111 111 wp_enqueue_style( 'open-sans' ); 112 wp_enqueue_style( 'jobswp-style', get_stylesheet_uri() );112 wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '20170419' ); 113 113 114 114 wp_enqueue_script( 'jobswp-navigation', get_template_directory_uri() . '/js/navigation.js', array( 'jquery'), '20131107', true ); -
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/style.css
r3001 r5376 1217 1217 #wporg-footer h6 { 1218 1218 clear: both; 1219 background: url( http://s.wordpress.org/style/images/codeispoetry.png?2) center center no-repeat;1219 background: url('https://s.wordpress.org/style/images/codeispoetry.png?2') center center no-repeat; 1220 1220 background-size: 190px 15px; 1221 1221 width: 190px; … … 1225 1225 } 1226 1226 .no-static #wporg-footer h6 { 1227 background-image: url( //wordpress.org/style/images/codeispoetry.png?2);1227 background-image: url('https://wordpress.org/style/images/codeispoetry.png?2'); 1228 1228 } 1229 1229 1230 1230 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { 1231 1231 #wporg-footer h6 { 1232 background-image: url( http://s.wordpress.org/style/images/codeispoetry-2x.png?2);1232 background-image: url('https://s.wordpress.org/style/images/codeispoetry-2x.png?2'); 1233 1233 } 1234 1234 .no-static #wporg-footer h6 { 1235 background-image: url( //wordpress.org/style/images/codeispoetry-2x.png?2);1235 background-image: url('https://wordpress.org/style/images/codeispoetry-2x.png?2'); 1236 1236 } 1237 1237 }
Note: See TracChangeset
for help on using the changeset viewer.