Twenty Fourteen: add missing sidebar for post format archives. Props iamtakashi, fixes #25842.
Built from https://develop.svn.wordpress.org/trunk@26023 git-svn-id: http://core.svn.wordpress.org/trunk@25954 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
918e8bab96
commit
1c6e90efb0
|
@ -493,7 +493,7 @@ td {
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 642px) {
|
||||
@media screen and (min-width: 594px) {
|
||||
.site-content .entry-header {
|
||||
padding-right: 30px;
|
||||
padding-left: 30px;
|
||||
|
@ -639,7 +639,7 @@ td {
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 870px) {
|
||||
@media screen and (min-width: 846px) {
|
||||
.comment-author,
|
||||
.comment-content,
|
||||
.comment-list .reply,
|
||||
|
|
|
@ -998,7 +998,7 @@ span + .edit-link:before,
|
|||
}
|
||||
|
||||
.hentry {
|
||||
margin-bottom: 24px;
|
||||
margin-bottom: 36px;
|
||||
max-width: 672px;
|
||||
}
|
||||
|
||||
|
@ -1139,7 +1139,7 @@ a.post-thumbnail:hover {
|
|||
}
|
||||
|
||||
.site-content footer.entry-meta {
|
||||
margin: 12px auto;
|
||||
margin: 24px auto;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
|
@ -1615,7 +1615,8 @@ a.post-thumbnail:hover {
|
|||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
.attachment .content-sidebar {
|
||||
.attachment .content-sidebar,
|
||||
.attachment .post-thumbnail {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
@ -2884,14 +2885,14 @@ a.post-thumbnail:hover {
|
|||
}
|
||||
|
||||
.list-view .content-area {
|
||||
padding: 12px 10px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.list-view .site-content .hentry {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
||||
margin-bottom: 12px;
|
||||
margin: 0;
|
||||
min-height: 60px;
|
||||
padding-bottom: 9px;
|
||||
padding: 12px 0 9px;
|
||||
}
|
||||
|
||||
.list-view .site-content .cat-links,
|
||||
|
@ -3062,7 +3063,7 @@ a.post-thumbnail:hover {
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 642px) {
|
||||
@media screen and (min-width: 594px) {
|
||||
.site-content .entry-header {
|
||||
padding-right: 30px;
|
||||
padding-left: 30px;
|
||||
|
@ -3399,7 +3400,7 @@ a.post-thumbnail:hover {
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 870px) {
|
||||
@media screen and (min-width: 846px) {
|
||||
.content-area,
|
||||
.content-sidebar {
|
||||
padding-top: 72px;
|
||||
|
|
|
@ -68,6 +68,7 @@ get_header(); ?>
|
|||
?>
|
||||
</div><!-- #content -->
|
||||
</section><!-- #primary -->
|
||||
<?php get_sidebar( 'content' ); ?>
|
||||
</div><!-- #main-content -->
|
||||
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue