diff --git a/README.md b/README.md index eb55ac2b..54bf1cd8 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ And the following heroes for assisting in translating: * Joël Thieffry * Jens Bremmekamp ("nem75") * "hilojack" +* Ming-Hsuan-Tu ("twmht") Also huge shoutout for everyone who has put up a pull request that was pulled: diff --git a/src/style/main.css b/src/style/main.css index 49556ff5..39ad2184 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -69,6 +69,7 @@ body, display: box; display: -moz-box; display: -webkit-box; + display: -ms-box; } body, @@ -1063,6 +1064,7 @@ div.gitDemonstrationView { .leftRightView div.exit { -webkit-transform: matrix(-1, 0, 0, 1, 0, 0); -moz-transform: matrix(-1, 0, 0, 1, 0, 0); + -ms-transform: matrix(-1, 0, 0, 1, 0, 0); } .leftRightView div.exit, @@ -1098,10 +1100,12 @@ div.gitDemonstrationView { -webkit-border-radius: 8px; -moz-border-radius: 8px; + -ms-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0; -moz-box-shadow: rgba(0,0,0,1) 0 1px 0; + -ms-box-shadow: rgba(0,0,0,1) 0 1px 0; box-shadow: rgba(0,0,0,1) 0 1px 0; text-shadow: rgba(0,0,0,.4) 0 1px 0; color: white; diff --git a/src/template.index.html b/src/template.index.html index 6cd8173e..18edbe7f 100644 --- a/src/template.index.html +++ b/src/template.index.html @@ -471,7 +471,29 @@ + Google analytics :-/ Also FB custom audiences--> + + +