Projet

Général

Profil

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

root / drupal7 / sites / all / modules / panels / plugins / style_bases / pane / pane_plain_box / pane-plain-box.css @ 64156087

1
%style {
2
  margin-bottom: 10px;
3
  color: %text;
4
  background-color: %background;
5
}
6

    
7
%style h2 {
8
  color: %header-text;
9
  background-color: %header-background;
10
}