Project

General

Profile

Download (653 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/* line 30, ../sass/ie-legacy.scss */
2
.pie-element, .lt-ie9 #page {
3
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
4
  position: relative;
5
}
6

    
7
/* line 43, ../sass/ie-legacy.scss */
8
.pie-container {
9
  z-index: 0;
10
  position: relative;
11
}
12

    
13
/* line 47, ../sass/ie-legacy.scss */
14
.z-pie-element, .lt-ie9 #page {
15
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
16
  z-index: 0;
17
}
18

    
19
/* line 63, ../sass/ie-legacy.scss */
20
.lt-ie9 #header {
21
  /* 
22
   * reset right padding to zero and use margin-right instead,
23
   * this avoids the need for background-clip: content-box
24
   * which is not suppoorted in IE < 9
25
   */
26
  padding-right: 0;
27
  margin-right: 20px;
28
}
(2-2/5)