summaryrefslogtreecommitdiffstatshomepage
path: root/modules/taxonomy/taxonomy.css
blob: 36cd641bec2e46a36491b88467d3b43097374282 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13

tr.taxonomy-term-preview {
  background-color: #EEE;
}
tr.taxonomy-term-divider-top {
  border-bottom: none;
}
tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}
.taxonomy-term-description {
  margin: 5px 0 20px;
}