home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / drupal-6.0.exe / drupal-6.0 / modules / taxonomy / taxonomy.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-01-25  |  293 b   |  15 lines

  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. }
  15.