blob: 7bd8d74d3530f939486570ee71af3409151702a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
/*-------------------------------
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%;
}
.simplepie_excerpt img {
width: 170px;
}
|