style.css 432 B

12345678910111213141516171819202122232425
  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. .widget_authors > ul > li {
  10. margin-bottom: 1em;
  11. list-style: none;
  12. }
  13. .widget_authors > ul > li + li {
  14. border-top: 0;
  15. }
  16. .widget.widget_authors img {
  17. margin-right: 5px;
  18. margin-bottom: 5px;
  19. vertical-align: middle;
  20. -webkit-box-shadow: none;
  21. box-shadow: none;
  22. }