twentyfifteen styles. #6797

This commit is contained in:
James Koster 2014-11-21 10:29:47 +00:00
parent b9a4989357
commit 01a1a8f1df
3 changed files with 17 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -417,3 +417,18 @@
}
}
}
/**
* Twenty Fifteen specific styles
*/
@media screen and (min-width: 59.6875em) {
.twentyfifteen {
.t15wc {
margin: 0 8.3333%;
.page-title {
margin-left: 0;
}
}
}
}

View File

@ -27,7 +27,7 @@ switch( $template ) {
echo '<div id="primary" class="content-area"><div id="content" role="main" class="site-content twentyfourteen"><div class="tfwc">';
break;
case 'twentyfifteen' :
echo '<div id="primary" role="main" class="content-area twentyfourteen"><div id="main" class="site-main t15wc">';
echo '<div id="primary" role="main" class="content-area twentyfifteen"><div id="main" class="site-main t15wc">';
break;
default :
echo '<div id="container"><div id="content" role="main">';