Projet

Général

Profil

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

root / drupal7 / sites / all / modules / shs / theme / shs.formatter.css @ 1f683914

1
/**
2
* @file
3
* Styles for formatted output of shs module.
4
*/
5

    
6
.field-type-taxonomy-term-reference ul.shs-hierarchy {
7
  list-style: none;
8
  margin: 0;
9
  padding: 0;
10
}
11
.field-type-taxonomy-term-reference .links ul.shs-hierarchy li {
12
  padding: 0 5px 0 0;
13
}
14
.field-type-taxonomy-term-reference .links ul.shs-hierarchy li.last {
15
  padding: 0;
16
}
17
.shs-hierarchy li:after {
18
  content: '>';
19
  margin: 0 0 0 5px;
20
}
21
.shs-hierarchy li.last:after {
22
  content: '';
23
  margin: 0;
24
}