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.

16 lines
240 B

  1. .field-projects ul {
  2. list-style: none;
  3. margin: 0;
  4. padding: 0;
  5. }
  6. .field-projects ul li {
  7. list-style-type: none;
  8. }
  9. td.field-email span {
  10. color: #555;
  11. background: #EEE;
  12. padding: 1px 4px;
  13. border-radius: 2px;
  14. }