Twenty Thirteen: fix styling for comment moderation notice. Props SergeyBiryukov, fixes #24286.
git-svn-id: http://core.svn.wordpress.org/trunk@24202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6898eba2f2
commit
55071e8328
|
@ -629,7 +629,8 @@ div.nav-menu > ul {
|
|||
|
||||
.comment-metadata,
|
||||
.comment-content,
|
||||
.comment-list .reply {
|
||||
.comment-list .reply,
|
||||
.comment-awaiting-moderation {
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
|
|
@ -2313,6 +2313,7 @@ footer.entry-meta {
|
|||
}
|
||||
|
||||
.comment-metadata,
|
||||
.comment-awaiting-moderation,
|
||||
.comment-content,
|
||||
.comment-list .reply {
|
||||
float: right;
|
||||
|
@ -2343,7 +2344,6 @@ footer.entry-meta {
|
|||
|
||||
.comment-awaiting-moderation {
|
||||
color: #a2a2a2;
|
||||
margin: 20px 0 0;
|
||||
}
|
||||
|
||||
.comment-awaiting-moderation:before {
|
||||
|
|
Loading…
Reference in New Issue