Version 1
[yaffs-website] / web / core / modules / taxonomy / css / taxonomy.theme.css
diff --git a/web/core/modules/taxonomy/css/taxonomy.theme.css b/web/core/modules/taxonomy/css/taxonomy.theme.css
new file mode 100644 (file)
index 0000000..543666a
--- /dev/null
@@ -0,0 +1,10 @@
+
+.taxonomy-term-preview {
+  background-color: #eee;
+}
+.taxonomy-term-divider-top {
+  border-bottom: none;
+}
+.taxonomy-term-divider-bottom {
+  border-top: 1px dotted #ccc;
+}