woo! IE5+ is now supported.
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<!--[if !IE]><html><![endif]--><!--[if lte IE 7]><html class="ie"><![endif]-->
<head>
<meta charset="UTF-8">
<title>min</title>
@@ -16,11 +16,6 @@ a {
text-decoration: none;
}
-.mediumwidth {
- width: 40%;
- margin-left: 30%
-}
-
@media (max-width:870px) {
.mediumwidth {
width: 70%;
@@ -38,6 +33,11 @@ a {
+.mediumwidth {
+ width: 40%;
+ margin-left: 30%
+}
+
.thin {
font-weight: 100;
@@ -224,4 +224,12 @@ message {
&.great {
background: #A7E4AE;
+/*
+ IE hacks
+*/
+.ie .mediumwidth hr {
+ margin:100px auto; padding-left: 200px;