Skip to content

Commit

Permalink
add ie rotate hack
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Mar 11, 2013
1 parent ca5b602 commit 74f1abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/css/site.css
Expand Up @@ -283,6 +283,7 @@ pre, code, tt {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
#content .highlight {
background-color: transparent;
Expand Down

0 comments on commit 74f1abf

Please sign in to comment.