Twenty Twelve: style up the RSS widget output to match Recent Posts better. Props SergeyBiryukov and obenland, see #21476.
git-svn-id: http://core.svn.wordpress.org/trunk@21436 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c368f0e6a1
commit
94ec99851d
|
@ -332,7 +332,8 @@ img.wp-post-image {
|
|||
line-height: 2;
|
||||
color: #777;
|
||||
}
|
||||
img.wp-smiley {
|
||||
img.wp-smiley,
|
||||
.rsswidget img {
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
|
@ -1281,7 +1282,12 @@ label ~ span.required {
|
|||
margin-left: 12px;
|
||||
margin-left: 0.857142857rem;
|
||||
}
|
||||
.widget_recent_entries .post-date {
|
||||
.widget_rss li {
|
||||
margin: 12px 0;
|
||||
margin: 0.857142857rem 0;
|
||||
}
|
||||
.widget_recent_entries .post-date,
|
||||
.widget_rss .rss-date {
|
||||
color: #aaa;
|
||||
font-size: 11px;
|
||||
font-size: 0.785714286rem;
|
||||
|
@ -1312,10 +1318,6 @@ label ~ span.required {
|
|||
font-size: 0.928571429rem;
|
||||
line-height: 1.846153846;
|
||||
}
|
||||
.widget_rss li {
|
||||
margin: 12px 0;
|
||||
margin: 0.857142857rem 0;
|
||||
}
|
||||
|
||||
|
||||
/* =Media queries
|
||||
|
|
Loading…
Reference in New Issue