diff --git a/css/styles.css b/css/styles.css index 4da2704..aaf5215 100644 --- a/css/styles.css +++ b/css/styles.css @@ -473,10 +473,14 @@ footer .content li { list-style: none; } list-style: none; padding-left: 0; } +.subnav .menu { + margin-left: -2.2em; +} .subnav li { float: left; padding: 0; margin: 0 1em 0 0; + list-style: none outside; } .subnav li.selected { font-weight: bold; diff --git a/functions.php b/functions.php index 64937f7..3288e94 100644 --- a/functions.php +++ b/functions.php @@ -6,6 +6,7 @@ add_theme_support( 'post-thumbnails' ); register_nav_menus( array( 'main-menu' => __( 'Main Menu', 'initfest' ), + 'subnav-menu' => __( 'Sub Navigation', 'initfest'), 'footer-openfest' => __('OpenFest', 'initfest'), 'footer-openfest' => __('OpenFest', 'initfest'), 'footer-schedule' => __('Schedule', 'initfest'), @@ -99,7 +100,8 @@ function transport_shortcode() { if ( $transport->have_posts() ) : while ( $transport->have_posts() ) : $transport->the_post(); ?> -