Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit 81a42bc

Browse files
committed
fix(app): remove IE6/7 CSS hacks
Ref 7c6f245
1 parent f7a7ee4 commit 81a42bc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

templates/common/app/404.html

-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
body {
3333
max-width: 500px;
34-
_width: 500px;
3534
padding: 30px 20px 50px;
3635
border: 1px solid #b3b3b3;
3736
border-radius: 4px;
@@ -65,7 +64,6 @@
6564

6665
.container {
6766
max-width: 380px;
68-
_width: 380px;
6967
margin: 0 auto;
7068
}
7169

@@ -114,9 +112,6 @@
114112
-webkit-appearance: none;
115113
-moz-appearance: none;
116114
appearance: none;
117-
*overflow: visible;
118-
*display: inline;
119-
*zoom: 1;
120115
}
121116

122117
#goog-wm-sb:hover,

0 commit comments

Comments
 (0)