From ff64e5d3b3e3aa7a4f800bc540cadc7fa93a64f4 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: https://develop.svn.wordpress.org/trunk@23877 602fd350-edb4-49c9-b593-d223f7449a82 --- 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; }