diff --git a/error.html b/error.html
index fd70ede..278d9b8 100644
--- a/error.html
+++ b/error.html
@@ -127,19 +127,6 @@
ul { list-style: none; margin: 25px 0; padding: 0; }
li { display: table-cell; font-weight: bold; width: 1%; }
- .logo { display: inline-block; margin-top: 35px; }
- .logo-img-2x { display: none; }
- @media
- only screen and (-webkit-min-device-pixel-ratio: 2),
- only screen and ( min--moz-device-pixel-ratio: 2),
- only screen and ( -o-min-device-pixel-ratio: 2/1),
- only screen and ( min-device-pixel-ratio: 2),
- only screen and ( min-resolution: 192dpi),
- only screen and ( min-resolution: 2dppx) {
- .logo-img-1x { display: none; }
- .logo-img-2x { display: inline-block; }
- }
-
#suggestions {
margin-top: 35px;
color: #ccc;