Drop the_chat() into twentythirteen. Style updates to follow — just wanted the_chat() to be utilized somewhere.

props lancewillett. see #23869

git-svn-id: http://core.svn.wordpress.org/trunk@23806 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith 2013-03-27 08:45:49 +00:00
parent 04c5aefbea
commit fdcfbe324f
2 changed files with 11 additions and 1 deletions

View File

@ -20,7 +20,7 @@
</header><!-- .entry-header -->
<div class="entry-content">
<?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentythirteen' ) ); ?>
<?php the_chat(); ?>
<?php wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentythirteen' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>' ) ); ?>
</div><!-- .entry-content -->

View File

@ -1534,6 +1534,16 @@ footer.entry-meta {
display: none;
}
.format-chat .chat-transcript {
margin: 0;
}
.format-chat .chat-transcript dt {
color: #686758;
font-style: italic;
font-weight: normal;
}
/* Gallery */
.format-gallery {
background-color: #fbca3c;