Merge pull request #183 from tomkwok/patch-1

Add -ms- prefix for IE9
This commit is contained in:
John O'Nolan 2015-03-04 11:37:44 +02:00
commit dffc9f3cb3
1 changed files with 1 additions and 0 deletions

View File

@ -1086,6 +1086,7 @@ body:not(.post-template) .post-title {
position: relative;
left: 50%;
-webkit-transform: translateX(-50%); /* for Safari and iOS */
-ms-transform: translateX(-50%); /* for IE9 */
transform: translateX(-50%);
}