Changeset 12304
- Timestamp:
- 12/07/2022 08:15:42 PM (2 years ago)
- Location:
- sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/jobs.wordpress.net/public_html/wp-content/themes/jobswp/functions.php
r10853 r12304 110 110 wp_enqueue_style( 'dashicons' ); 111 111 wp_enqueue_style( 'open-sans' ); 112 wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '202 00120' );112 wp_enqueue_style( 'jobswp-style', get_stylesheet_uri(), array(), '20221207' ); 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
r10622 r12304 466 466 } 467 467 468 .container .main-navigation { 469 width: 100%; 470 } 471 468 472 .main-navigation ul { 469 473 display: none; … … 1411 1415 padding-top: 20px; 1412 1416 } 1417 .container .site-branding { 1418 width: 100%; 1419 } 1413 1420 #logo { 1414 1421 text-align: center;
Note: See TracChangeset
for help on using the changeset viewer.