Ticket #23869: 23869.diff
| File 23869.diff, 1.2 KB (added by , 13 years ago) |
|---|
-
wp-content/themes/twentythirteen/style.css
1534 1534 display: none; 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 { 1539 1549 background-color: #fbca3c; -
wp-content/themes/twentythirteen/content-chat.php
20 20 </header><!-- .entry-header --> 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 --> 26 26
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)