Twenty Twelve: style acronym element same as dfn and abbr, props DrewAPicture. Fixes #21484.
git-svn-id: http://core.svn.wordpress.org/trunk@21445 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e9c6360474
commit
e6afa58c20
|
@ -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