Twenty Twelve: minor CSS cleanup for extra trailing selector comma, spacing, and too-specific class selector.

git-svn-id: https://develop.svn.wordpress.org/trunk@21540 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-08-17 17:23:49 +00:00
parent 3bd03e0826
commit d022dec53b
1 changed files with 3 additions and 3 deletions

View File

@ -332,7 +332,7 @@ img.wp-post-image {
line-height: 2;
color: #777;
}
img.wp-smiley,
.wp-smiley,
.rsswidget img {
border: 0;
border-radius: 0;
@ -444,6 +444,7 @@ a {
a:hover {
color: #0f3647;
}
/* Assistive text */
.skip-link,
.screen-reader-text,
@ -861,8 +862,7 @@ article.sticky .featured-post {
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym,
{
.comment-content acronym {
border-bottom: 1px dotted #666;
cursor: help;
}