blob: 9dbadd0d1537902d85c33b906299aefd38a2c324 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/*-------------------------------
SIMPLEPIE FEED WIDGET
-------------------------------*/
.simplepie_blog_title {
text-align: center;
margin-bottom: 15px;
}
.simplepie_item {
margin-bottom: 12px;
}
.simplepie_title {
margin-bottom: 4px;
}
.simplepie_excerpt {
margin-bottom: 4px;
}
.simplepie_date {
font-size: 70%;
}
|