Projet

Général

Profil

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

root / drupal7 / sites / all / modules / commerce_price_flexyformatter / commerce_price_flexyformatter.css @ 87dbc3bf

1
.flexy-item {
2
  display: block;
3
  text-align: right;
4
  font-size: 110%;
5
}
6
.flexy-title {
7
  text-align: left;
8
}
9
.flexy-amount {
10
  display: inline-block;
11
  width: 10em;
12
  text-align: right;
13
}
14
.flexy-striked {
15
  text-decoration: line-through;
16
}
17