From 55bd29357a81ee8fda6074649f3fad8f2ae35b66 Mon Sep 17 00:00:00 2001 From: lancewillett Date: Sun, 5 Aug 2012 23:11:11 +0000 Subject: [PATCH] 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 --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 9979e6673..131404170 100644 --- a/style.css +++ b/style.css @@ -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; }