Projet

Général

Profil

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

root / htmltest / sites / all / themes / mayo / css / round-node.css @ 5fc58a68

1
.comment,
2
.node {
3
  -khtml-border-radius: 8px;  /* for old Safari, KHTML */
4
  -moz-border-radius: 8px;    /* for Firefox */
5
  -webkit-border-radius: 8px; /* for old Safari, KHTML */
6
  border-radius: 8px;         /* for CSS3 */
7
}