Twenty Thirteen: better styles for Chat structured post format output. Props Joen for starter CSS, closes #23869.

git-svn-id: https://develop.svn.wordpress.org/trunk@23817 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-03-27 17:16:31 +00:00
parent 0496ad8fd8
commit 17d4a3302b

View File

@ -1538,10 +1538,16 @@ footer.entry-meta {
margin: 0; margin: 0;
} }
.format-chat .chat-transcript dt { .format-chat .chat-transcript time {
color: #686758; color: #722d19;
font-style: italic; float: right;
font-size: 12px;
font-weight: normal; font-weight: normal;
margin: 5px 10px 0;
}
.format-chat .chat-transcript cite {
font-style: normal;
} }
/* Gallery */ /* Gallery */