Changeset 29181
- Timestamp:
- 07/15/2014 11:09:41 PM (11 years ago)
- Location:
- trunk/src/wp-content/themes/twentythirteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/header.php
r28341 r29181 41 41 <div id="navbar" class="navbar"> 42 42 <nav id="site-navigation" class="navigation main-navigation" role="navigation"> 43 < h3 class="menu-toggle"><?php _e( 'Menu', 'twentythirteen' ); ?></h3>43 <button class="menu-toggle"><?php _e( 'Menu', 'twentythirteen' ); ?></button> 44 44 <a class="screen-reader-text skip-link" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentythirteen' ); ?>"><?php _e( 'Skip to content', 'twentythirteen' ); ?></a> 45 45 <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?> -
trunk/src/wp-content/themes/twentythirteen/style.css
r28701 r29181 2854 2854 font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif; 2855 2855 margin: 0; 2856 } 2857 2858 .menu-toggle, 2859 .menu-toggle:hover, 2860 .menu-toggle:focus, 2861 .menu-toggle:active { 2862 background: none; 2863 border: none; 2864 color: #141412; 2856 2865 padding: 12px 0 12px 20px; 2866 } 2867 2868 .menu-toggle:focus { 2869 outline: thin dotted; 2857 2870 } 2858 2871 … … 2906 2919 .toggled-on .nav-menu > ul a:hover { 2907 2920 background-color: #db572f; 2921 color: #fff; 2922 } 2923 2924 .toggled-on .nav-menu > li a:focus, 2925 .toggled-on .nav-menu > ul a:focus { 2926 background-color: #220e10; 2908 2927 color: #fff; 2909 2928 }
Note: See TracChangeset
for help on using the changeset viewer.