Mercurial > defr > drupal > core
annotate modules/taxonomy/taxonomy.css @ 19:3edae6ecd6c6 6.9
Drupal 6.9
author | Franck Deroche <franck@defr.org> |
---|---|
date | Thu, 15 Jan 2009 10:15:56 +0100 |
parents | c1f4ac30525a |
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 } |