Skip to content

Commit

Permalink
The development message caused problems in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsLeenheer committed Apr 14, 2010
1 parent 77fbc9d commit 97acee8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,10 @@
-moz-box-shadow: 0px 0px 5px #222;
box-shadow: 0px 0px 5px #222;

-moz-transform: rotate(2.5deg); /* FF3.5+ */
-o-transform: rotate(2.5deg); /* Opera 10.5 */
-webkit-transform: rotate(2.5deg); /* Saf3.1+, Chrome */
filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.9990482215818578, M12=-0.043619387365336, M21=0.043619387365336, M22=0.9990482215818578); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.9990482215818578, M12=-0.043619387365336, M21=0.043619387365336, M22=0.9990482215818578)"; /* IE8 */
zoom: 1;

-moz-transform: rotate(2.5deg);
-o-transform: rotate(2.5deg);
-webkit-transform: rotate(2.5deg);
}
#development h2 {
color: #88b038;
Expand Down

0 comments on commit 97acee8

Please sign in to comment.