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:
parent
0496ad8fd8
commit
17d4a3302b
|
@ -1538,10 +1538,16 @@ footer.entry-meta {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.format-chat .chat-transcript dt {
|
||||
color: #686758;
|
||||
font-style: italic;
|
||||
.format-chat .chat-transcript time {
|
||||
color: #722d19;
|
||||
float: right;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
margin: 5px 10px 0;
|
||||
}
|
||||
|
||||
.format-chat .chat-transcript cite {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* Gallery */
|
||||
|
|
Loading…
Reference in New Issue