summaryrefslogtreecommitdiff
path: root/src/scss/legacy.scss
blob: dbb7bf3041955b5e9513550217c2f94caa9c80e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* IE 6 & 7 Styles */

@import "./variables";

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

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

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

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

#new_comment {
	width: 400px;

	.input {
		width: 400px;
	}
}