diff --git a/wp-content/themes/twentythirteen/content-chat.php b/wp-content/themes/twentythirteen/content-chat.php
index 4410976148..75cd2060d0 100644
--- a/wp-content/themes/twentythirteen/content-chat.php
+++ b/wp-content/themes/twentythirteen/content-chat.php
@@ -20,7 +20,7 @@
- →', 'twentythirteen' ) ); ?>
+
'
' . __( 'Pages:', 'twentythirteen' ) . '', 'after' => '
', 'link_before' => '
', 'link_after' => '' ) ); ?>
diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css
index 196c4d53c3..260d716279 100644
--- a/wp-content/themes/twentythirteen/style.css
+++ b/wp-content/themes/twentythirteen/style.css
@@ -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;