Ticket #24129: 24129.diff
| File 24129.diff, 1.2 KB (added by , 13 years ago) |
|---|
-
wp-content/themes/twentythirteen/style.css
969 969 } 970 970 971 971 /* Fixed Navbar */ 972 .wp-toolbar {973 margin-top: 28px;974 }975 976 972 .navbar-fixed { 977 973 margin-top: 45px; 978 974 } 979 975 980 976 .wp-toolbar.navbar-fixed { 981 margin-top: 73px ;977 margin-top: 73px !important; 982 978 } 983 979 984 980 .navbar-fixed .site-title { -
wp-content/themes/twentythirteen/functions.php
91 91 'aside', 'audio', 'chat', 'gallery', 'image', 'quote', 'status' 92 92 ) ); 93 93 94 /*95 * Custom callback to make it easier for our fixed navbar to coexist with96 * the WordPress toolbar. See `.wp-toolbar` in style.css.97 *98 * @see WP_Admin_Bar::initialize()99 */100 add_theme_support( 'admin-bar', array(101 'callback' => '__return_false'102 ) );103 104 94 // This theme uses wp_nav_menu() in one location. 105 95 register_nav_menu( 'primary', __( 'Navigation Menu', 'twentythirteen' ) ); 106 96
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)