Mercurial > defr > drupal > core
annotate 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 |
rev | line source |
---|---|
webmaster@1 | 1 /* $Id: taxonomy.css,v 1.5 2008/01/25 21:20:26 goba Exp $ */ |
webmaster@1 | 2 |
webmaster@1 | 3 tr.taxonomy-term-preview { |
webmaster@1 | 4 background-color: #EEE; |
webmaster@1 | 5 } |
webmaster@1 | 6 tr.taxonomy-term-divider-top { |
webmaster@1 | 7 border-bottom: none; |
webmaster@1 | 8 } |
webmaster@1 | 9 tr.taxonomy-term-divider-bottom { |
webmaster@1 | 10 border-top: 1px dotted #CCC; |
webmaster@1 | 11 } |
webmaster@1 | 12 .taxonomy-term-description { |
webmaster@1 | 13 margin: 5px 0 20px; |
webmaster@1 | 14 } |