Skip to content

Commit

Permalink
Fix IE positioning issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Whitaker committed Aug 29, 2012
1 parent eb7dd64 commit 8d19de4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http:https://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Fork me on Github</title>
Expand All @@ -11,8 +13,9 @@
font-size: 36px;
}
#content {
max-width: 560px;
margin: 80px auto;
width: 560px;
margin: 0 auto;
padding-top: 80px;
color: #444;
}
a, a:visited {
Expand Down

0 comments on commit 8d19de4

Please sign in to comment.