add IE hacks

woo! IE5+ is now supported.
This commit is contained in:
Owen Versteeg 2013-05-19 22:23:34 -04:00
parent 09ca8f3193
commit 71ba1b21bf
3 changed files with 15 additions and 7 deletions

View file

@ -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>

File diff suppressed because one or more lines are too long

View file

@ -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;
}