Projet

Général

Profil

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

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

1
.column-block,
2
.sidebar .block {
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
}