Projet

Général

Profil

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

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

1
html {
2
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif; /* 1 */
3

    
4
  /* Delete all but one of the following font-size declarations: */
5

    
6
  /* Use a 12px base font size. 16px x 75% = 12px */
7
  font-size: 75%; /* 3 */
8
  /* Use a 14px base font size. 16px x .875 = 14px */
9
  font-size: 87.5%; /* 3 */
10
  /* Use a 16px base font size. */
11
  font-size: 100%; /* 3 */
12

    
13
  -ms-text-size-adjust: 100%;     /* 2 */
14
  -webkit-text-size-adjust: 100%; /* 2 */
15

    
16
  /* Establish a vertical rhythm. */
17
  line-height: 1.5em;