Ticket #30057: 30057.1.diff
File 30057.1.diff, 1.2 KB (added by , 10 years ago) |
---|
-
wp-content/themes/twentyfifteen/header.php
30 30 <header id="masthead" class="site-header" role="banner"> 31 31 <div class="site-branding"> 32 32 <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> 33 < h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>33 <p class="site-description"><?php bloginfo( 'description' ); ?></p> 34 34 <button class="secondary-toggle"><?php esc_html_e( 'Menu and widgets', 'twentyfifteen' ); ?></button> 35 35 </div><!-- .site-branding --> 36 36 </header><!-- .site-header --> -
wp-content/themes/twentyfifteen/style.css
1304 1304 font-size: 1.2rem; 1305 1305 font-weight: 400; 1306 1306 line-height: 1.5; 1307 margin -top: 0.5em;1307 margin: 0.5em 0 0; 1308 1308 opacity: 0.7; 1309 1309 } 1310 1310