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.

il y a 8 ans
123456789101112131415161718192021222324252627282930313233343536373839
  1. /* Welcome to Compass. Use this file to write IE specific override styles.
  2. * Import this file using the following HTML or equivalent:
  3. * <!--[if IE]>
  4. * <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
  5. * <![endif]--> */
  6. /* line 7, ../sass/ie.scss */
  7. #header #logo a {
  8. padding: 0px;
  9. }
  10. /* line 12, ../sass/ie.scss */
  11. .home #header nav {
  12. width: 532px;
  13. width: 612px;
  14. width: 682px;
  15. width: 772px;
  16. }
  17. /* line 24, ../sass/ie.scss */
  18. #main #content #presentation #fournil,
  19. #main #content #presentation #epicerie {
  20. border-top: 1px solid #e0e0e0;
  21. }
  22. /* line 30, ../sass/ie.scss */
  23. #contact-form {
  24. position: relative;
  25. width: 100%;
  26. }
  27. /* line 33, ../sass/ie.scss */
  28. #contact-form .control-label {
  29. /*text-align: left ;
  30. float: none ;*/
  31. float: left;
  32. }
  33. /* line 38, ../sass/ie.scss */
  34. #contact-form .col-sm-6 {
  35. width: 50%;
  36. }