Skip to content

Commit

Permalink
Fix IE indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Whitaker committed Aug 29, 2012
1 parent d92f639 commit eb7dd64
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gh-fork-ribbon.ie.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
/* IE positioning hack (couldn't find a transform-origin alternative for IE) */
.github-fork-ribbon {
top: -22px;
right: -22px;
}


/* IE voodoo courtesy of http:https://stackoverflow.com/a/4617511/263871 and
* http:https://www.useragentman.com/IETransformsTranslator */
.github-fork-ribbon.right {
/* IE positioning hack (couldn't find a transform-origin alternative for IE) */
top: -22px;
right: -22px;

/* IE8+ */
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')";
/* IE6 and 7 */
Expand All @@ -21,6 +18,9 @@
}

.github-fork-ribbon.left {
top: -22px;
left: -22px;

/* IE8+ */
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
/* IE6 and 7 */
Expand Down

0 comments on commit eb7dd64

Please sign in to comment.