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
This commit is contained in:
Lance Willett 2013-03-29 21:14:43 +00:00
parent 6d085d83d5
commit 63fb23321b

View File

@ -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;
}