A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

35 lines
482 B

  1. #members-list {
  2. list-style: none;
  3. margin: 1em 0 0.5em 0;
  4. padding: 0;
  5. column-count: 2;
  6. }
  7. #members-list li {
  8. margin-bottom: 0.5em;
  9. }
  10. #members-list a:hover {
  11. text-decoration: none;
  12. }
  13. #members-list img {
  14. width: 48px;
  15. height: 48px;
  16. vertical-align: middle;
  17. border-width: 1px;
  18. }
  19. #members-list span {
  20. margin-left: 0.5em;
  21. vertical-align: middle;
  22. }
  23. #members-list em {
  24. font-size: 90%;
  25. }
  26. #members-list em::before {
  27. content: ", ";
  28. }