twentyfifteen styles. #6797
This commit is contained in:
parent
b9a4989357
commit
01a1a8f1df
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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">';
|
||||
|
|
Loading…
Reference in New Issue