Changeset 23806
- Timestamp:
- 03/27/2013 08:45:49 AM (13 years ago)
- Location:
- trunk/wp-content/themes/twentythirteen
- Files:
-
- 2 edited
-
content-chat.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/content-chat.php
r23680 r23806 21 21 22 22 <div class="entry-content"> 23 <?php the_c ontent( __( 'Continue reading <span class="meta-nav">→</span>', 'twentythirteen' )); ?>23 <?php the_chat(); ?> 24 24 <?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>' ) ); ?> 25 25 </div><!-- .entry-content --> -
trunk/wp-content/themes/twentythirteen/style.css
r23802 r23806 1535 1535 } 1536 1536 1537 .format-chat .chat-transcript { 1538 margin: 0; 1539 } 1540 1541 .format-chat .chat-transcript dt { 1542 color: #686758; 1543 font-style: italic; 1544 font-weight: normal; 1545 } 1546 1537 1547 /* Gallery */ 1538 1548 .format-gallery {
Note: See TracChangeset
for help on using the changeset viewer.