mirror of
https://github.com/adulau/art.git
synced 2024-11-22 10:07:08 +00:00
Update ie8.scss
This commit is contained in:
parent
d7b5b69d52
commit
41018aefe1
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
.tiles {
|
.tiles {
|
||||||
article {
|
article {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
-ms-behavior: url('assets/js/ie/backgroundsize.min.htc');
|
-ms-behavior: url('_assets/js/ie/backgroundsize.min.htc');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
/* Banner */
|
/* Banner */
|
||||||
|
|
||||||
#banner {
|
#banner {
|
||||||
-ms-behavior: url('assets/js/ie/backgroundsize.min.htc');
|
-ms-behavior: url('_assets/js/ie/backgroundsize.min.htc');
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue