style.css
25 lines
| 1 | /* Authors Widget */ |
| 2 | .widget_authors > ul, .widget.widget_authors li > ul { |
| 3 | margin-left: inherit; |
| 4 | padding-left: 0; |
| 5 | } |
| 6 | .widget_authors ul li li { |
| 7 | padding-left: 0; |
| 8 | } |
| 9 | |
| 10 | .widget_authors > ul > li { |
| 11 | margin-bottom: 1em; |
| 12 | list-style: none; |
| 13 | } |
| 14 | |
| 15 | .widget_authors > ul > li + li { |
| 16 | border-top: 0; |
| 17 | } |
| 18 | |
| 19 | .widget.widget_authors img { |
| 20 | margin-right: 5px; |
| 21 | margin-bottom: 5px; |
| 22 | vertical-align: middle; |
| 23 | -webkit-box-shadow: none; |
| 24 | box-shadow: none; |
| 25 | } |