changeset 541 | e756a8c72c3d |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/drupal/modules/taxonomy/taxonomy.css Fri Sep 08 12:04:06 2017 +0200 @@ -0,0 +1,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; +}