選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

41 行
745B

  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. #header #logo a {
  7. padding: 0px ;
  8. }
  9. .home #header nav {
  10. width: 532px ;
  11. width: 612px ;
  12. width: 682px ;
  13. width: 772px ;
  14. }
  15. #header nav {
  16. //width: 217px ;
  17. }
  18. #main #content #presentation #fournil,
  19. #main #content #presentation #epicerie {
  20. //top: 140px ;
  21. border-top: 1px solid #e0e0e0 ;
  22. }
  23. #contact-form {
  24. position: relative ;
  25. width: 100% ;
  26. .control-label {
  27. /*text-align: left ;
  28. float: none ;*/
  29. float: left ;
  30. }
  31. .col-sm-6 {
  32. width: 50% ;
  33. }
  34. }