blob: bc56f9fe9da4508da29149296d348d859fb583da (
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
|
/* 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);
}
#new_comment {
width: 400px;
}
|