Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

style.css 328B

1234567891011121314151617
  1. p.vcardattachment {
  2. margin: 0.5em 1em;
  3. border: 1px solid #999;
  4. border-radius:4px;
  5. -moz-border-radius: 4px;
  6. -webkit-border-radius: 4px;
  7. border-radius: 4px;
  8. width: auto;
  9. }
  10. p.vcardattachment a {
  11. display: block;
  12. background: url(vcard_add_contact.png) 4px 0px no-repeat;
  13. padding: 0.7em 0.5em 0.3em 42px;
  14. height: 22px;
  15. }