bludit/themes/aerial/sass/ie/v8.scss
Diego Najar 29d06b62a3 mac
2015-03-08 14:02:59 -03:00

32 lines
561 B
SCSS

/*
Aerial by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
@import '../vars';
@import '../mixins';
/* Header */
#header {
nav {
a {
position: relative;
border: solid 1px $color-fg;
border-radius: 100%;
-ms-behavior: url('css/ie/PIE.htc');
&:before {
border: 0;
}
}
}
}
/* Footer */
#footer {
background-image: url('images/footer.png');
background-position: bottom left;
background-repeat: repeat-x;
}