blob: 17ca1b697d10794a7fd2807e2968dae2f92bb371 (
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
|
/* Authors Widget */
.widget_authors > ul, .widget.widget_authors li > ul {
margin-left: inherit;
padding-left: 0;
}
.widget_authors ul li li {
padding-left: 0;
}
.widget_authors > ul > li {
margin-bottom: 1em;
list-style: none;
}
.widget_authors > ul > li + li {
border-top: 0;
}
.widget.widget_authors img {
margin-right: 5px;
margin-bottom: 5px;
vertical-align: middle;
-webkit-box-shadow: none;
box-shadow: none;
}
|