Mercurial > defr > drupal > core
comparison modules/taxonomy/taxonomy.css @ 1:c1f4ac30525a 6.0
Drupal 6.0
| author | Franck Deroche <webmaster@defr.org> | 
|---|---|
| date | Tue, 23 Dec 2008 14:28:28 +0100 | 
| parents | |
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 0:5a113a1c4740 | 1:c1f4ac30525a | 
|---|---|
| 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 } | 
