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:
parent
c1816c4bfe
commit
9b3bb27a48
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue