Projet

Général

Profil

Paste
Télécharger (232 octets) Statistiques
| Branche: | Révision:

root / drupal7 / modules / taxonomy / taxonomy.css @ db2d93dd

1

    
2
tr.taxonomy-term-preview {
3
  background-color: #EEE;
4
}
5
tr.taxonomy-term-divider-top {
6
  border-bottom: none;
7
}
8
tr.taxonomy-term-divider-bottom {
9
  border-top: 1px dotted #CCC;
10
}
11
.taxonomy-term-description {
12
  margin: 5px 0 20px;
13
}