11 lines
173 B
CSS
11 lines
173 B
CSS
|
|
.taxonomy-term-preview {
|
|
background-color: #eee;
|
|
}
|
|
.taxonomy-term-divider-top {
|
|
border-bottom: none;
|
|
}
|
|
.taxonomy-term-divider-bottom {
|
|
border-top: 1px dotted #ccc;
|
|
}
|