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:
Lance Willett 2012-08-05 23:11:11 +00:00
parent d21e5fe232
commit a942e53cce
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;
}