Changeset 21520
- Timestamp:
- 08/15/2012 05:56:24 AM (13 years ago)
- Location:
- trunk/wp-content/themes/twentytwelve
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/js/theme.js
r21519 r21520 11 11 12 12 $.fn.smallMenu = function() { 13 if ( ! masthead.find( '.menu' ).children().length ) { 14 $( '.menu-toggle' ).remove(); 15 return; 16 } 17 13 18 masthead.find( '.site-navigation' ).removeClass( 'main-navigation' ).addClass( 'main-small-navigation' ); 14 19 masthead.find( '.site-navigation h3' ).removeClass( 'assistive-text' ).addClass( 'menu-toggle' ); -
trunk/wp-content/themes/twentytwelve/style.css
r21518 r21520 508 508 509 509 /* Navigation Menu */ 510 .main-navigation {510 .main-navigation .menu { 511 511 display: inline-block; 512 512 margin-top: 24px; … … 1287 1287 font-size: 13px; 1288 1288 font-size: 0.928571429rem; 1289 line-height: 1.846153846;1290 1289 line-height: 1.714285714; 1291 1290 list-style-type: square;
Note: See TracChangeset
for help on using the changeset viewer.