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