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

fix(app): remove IE6/7 CSS hacks #1068

Merged
merged 1 commit into from
Apr 24, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions templates/common/app/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

body {
max-width: 500px;
_width: 500px;
padding: 30px 20px 50px;
border: 1px solid #b3b3b3;
border-radius: 4px;
Expand Down Expand Up @@ -65,7 +64,6 @@

.container {
max-width: 380px;
_width: 380px;
margin: 0 auto;
}

Expand Down Expand Up @@ -114,9 +112,6 @@
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
*overflow: visible;
*display: inline;
*zoom: 1;
}

#goog-wm-sb:hover,
Expand Down