Twenty Twelve: style acronym element same as dfn and abbr, props DrewAPicture. Fixes #21484.
git-svn-id: https://develop.svn.wordpress.org/trunk@21445 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d21e5fe232
commit
a942e53cce
@ -835,7 +835,10 @@ article.sticky .featured-post {
|
||||
.entry-content abbr,
|
||||
.comment-content abbr,
|
||||
.entry-content dfn,
|
||||
.comment-content dfn {
|
||||
.comment-content dfn,
|
||||
.entry-content acronym,
|
||||
.comment-content acronym,
|
||||
{
|
||||
border-bottom: 1px dotted #666;
|
||||
cursor: help;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user