|
123456789101112131415161718192021222324252627282930313233343536373839 |
- /* Welcome to Compass. Use this file to write IE specific override styles.
- * Import this file using the following HTML or equivalent:
- * <!--[if IE]>
- * <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
- * <![endif]--> */
- /* line 7, ../sass/ie.scss */
- #header #logo a {
- padding: 0px;
- }
-
- /* line 12, ../sass/ie.scss */
- .home #header nav {
- width: 532px;
- width: 612px;
- width: 682px;
- width: 772px;
- }
-
- /* line 24, ../sass/ie.scss */
- #main #content #presentation #fournil,
- #main #content #presentation #epicerie {
- border-top: 1px solid #e0e0e0;
- }
-
- /* line 30, ../sass/ie.scss */
- #contact-form {
- position: relative;
- width: 100%;
- }
- /* line 33, ../sass/ie.scss */
- #contact-form .control-label {
- /*text-align: left ;
- float: none ;*/
- float: left;
- }
- /* line 38, ../sass/ie.scss */
- #contact-form .col-sm-6 {
- width: 50%;
- }
|