taxonomy.theme.css 172 B

123456789
  1. .taxonomy-term-preview {
  2. background-color: #eee;
  3. }
  4. .taxonomy-term-divider-top {
  5. border-bottom: none;
  6. }
  7. .taxonomy-term-divider-bottom {
  8. border-top: 1px dotted #ccc;
  9. }