summaryrefslogtreecommitdiff
path: root/src/scss/legacy.scss
blob: 52c1a1868647dc5702a5785a0ca7b89dbfdc4df9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* IE 6 & 7 Styles */

@import "./variables";

* {
	behavior: url(boxsizing.htc);
}

#main.legacy .col {
	display: block !important;
	width: 100% !important;
}

#main.legacy .left {
	padding-right: 0 !important;
	padding-bottom: $outer-gap;
}

#nav {
	behavior: url(display-table.htc);
}