Projet

Général

Profil

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

root / drupal7 / sites / all / modules / commerce / modules / tax / theme / commerce_tax.theme.css @ 70a4c29b

1

    
2
/**
3
 * @file
4
 * Basic styling for the Commerce Tax module.
5
 */
6

    
7
.field-type-commerce-price .form-item {
8
  float: left; /* LTR */
9
  margin-right: 1em; /* LTR */
10
}
11

    
12
.commerce-price-tax-included-clearfix {
13
  clear: left; /* LTR */
14
}