style-wpcom.css 340 B

123456789101112131415161718
  1. /* = Styles for WordPress.com
  2. ----------------------------------------------- */
  3. /* Authors Widget */
  4. .widget_authors ul,
  5. .widget_author_grid ul {
  6. list-style-type: none;
  7. padding-left: 0 !important;
  8. }
  9. .widget_authors ul ul {
  10. list-style-type: circle;
  11. }
  12. .widget_authors img {
  13. margin-right: 12px;
  14. width: 24px;
  15. vertical-align: middle;
  16. }