From 63fb23321b3ae5de9cb12286aa6ee85490ec33cd Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 29 Mar 2013 21:14:43 +0000 Subject: [PATCH] Twenty Thirteen: update Chat post format styles to match markup changes in r23876. See #23869. git-svn-id: http://core.svn.wordpress.org/trunk@23877 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index aa7d291f9b..c170f1a153 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -1548,11 +1548,11 @@ footer.entry-meta { display: none; } -.format-chat .chat-transcript { +.format-chat .chat { margin: 0; } -.format-chat .chat-transcript time { +.format-chat .chat .chat-timestamp { color: #722d19; float: right; font-size: 12px; @@ -1560,7 +1560,7 @@ footer.entry-meta { margin: 5px 10px 0; } -.format-chat .chat-transcript cite { +.format-chat .chat .fn { font-style: normal; }