mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 10:28:04 +00:00
Add -ms- prefix for IE9
This commit is contained in:
parent
dcfddacfa1
commit
7f42eaabfe
@ -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%);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user