cms/drupal/modules/taxonomy/taxonomy.css
changeset 541 e756a8c72c3d
equal deleted inserted replaced
540:07239de796bb 541:e756a8c72c3d
       
     1 
       
     2 tr.taxonomy-term-preview {
       
     3   background-color: #EEE;
       
     4 }
       
     5 tr.taxonomy-term-divider-top {
       
     6   border-bottom: none;
       
     7 }
       
     8 tr.taxonomy-term-divider-bottom {
       
     9   border-top: 1px dotted #CCC;
       
    10 }
       
    11 .taxonomy-term-description {
       
    12   margin: 5px 0 20px;
       
    13 }