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

Commit

Permalink
fix(app): remove IE6/7 CSS hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurvr committed Apr 24, 2015
1 parent f7a7ee4 commit 81a42bc
Showing 1 changed file with 0 additions and 5 deletions.
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

0 comments on commit 81a42bc

Please sign in to comment.