Projet

Général

Profil

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

root / drupal7 / sites / all / modules / highlightjs / highlight_js.css @ 13755f8d

1
pre {
2
  line-height: 1;
3
  padding: 5px;
4
}
5

    
6
pre code {
7
  padding: 15px !important;
8
}
9

    
10
pre .comment {
11
  margin-bottom: 0px;
12
  display: inline;
13
}
14