Projet

Général

Profil

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

root / drupal7 / sites / all / themes / zen / zen-internals / extras / text-replacements / normalize--fieldset--search.txt @ 87dbc3bf

1
fieldset {
2
  margin: 0 2px;
3
  /* Apply borders and padding that keep the vertical rhythm. */
4
  border-color: #c0c0c0;
5
  border-top-style: solid;
6
  border-top-width: 0.0625em;
7
  padding-top: 0.4625em;
8
  border-bottom-style: solid;
9
  border-bottom-width: 0.0625em;
10
  padding-bottom: 0.9125em;
11
  border-left-style: solid;
12
  border-left-width: 0.0625em;
13
  padding-left: 0.9125em;
14
  border-right-style: solid;
15
  border-right-width: 0.0625em;
16
  padding-right: 0.9125em;
17
}