mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 02:49:04 +01:00
Twenty Fourteen: fix display of required comment field asterisk in comment instruction text. Props chellycat, fixes #26423.
Built from https://develop.svn.wordpress.org/trunk@26653 git-svn-id: http://core.svn.wordpress.org/trunk@26543 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a56aa77d67
commit
cf19d7f24c
@ -1926,6 +1926,13 @@ a.post-thumbnail:hover {
|
|||||||
color: #767676;
|
color: #767676;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.comment-notes,
|
||||||
|
.comment-awaiting-moderation,
|
||||||
|
.logged-in-as {
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 1.7142857142;
|
||||||
|
}
|
||||||
|
|
||||||
.no-comments {
|
.no-comments {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
|
Loading…
Reference in New Issue
Block a user