web/drupal/modules/taxonomy/taxonomy.css
branchdrupal
changeset 74 0ff3ba646492
equal deleted inserted replaced
73:fcf75e232c5b 74:0ff3ba646492
       
     1 /* $Id: taxonomy.css,v 1.5 2008/01/25 21:20:26 goba Exp $ */
       
     2 
       
     3 tr.taxonomy-term-preview {
       
     4   background-color: #EEE;
       
     5 }
       
     6 tr.taxonomy-term-divider-top {
       
     7   border-bottom: none;
       
     8 }
       
     9 tr.taxonomy-term-divider-bottom {
       
    10   border-top: 1px dotted #CCC;
       
    11 }
       
    12 .taxonomy-term-description {
       
    13   margin: 5px 0 20px;
       
    14 }