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:
lancewillett 2012-08-05 23:11:11 +00:00
parent 1e8fd9b727
commit 55bd29357a
1 changed files with 4 additions and 1 deletions

View File

@ -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;
}