mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-12-22 19:47:38 +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;
|
position: relative;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
-webkit-transform: translateX(-50%); /* for Safari and iOS */
|
-webkit-transform: translateX(-50%); /* for Safari and iOS */
|
||||||
|
-ms-transform: translateX(-50%); /* for IE9 */
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user