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

git-svn-id: http://core.svn.wordpress.org/trunk@21540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2012-08-17 17:23:49 +00:00
parent b69c4dff44
commit 52435e3bc9
1 changed files with 3 additions and 3 deletions

View File

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