aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-14 14:38:48 -0700
committerValerio Virgillito2012-05-14 14:38:48 -0700
commit8d367ec7b4749ad390a0e15bb0418efc60970b54 (patch)
treea6643741f2022aa934f3b39e9ad431a10cdb6752 /js/document/templates
parent05db3c7df3126cbd770112cd26a39aab91a95c17 (diff)
parent734b6ad96d25bb67d0db4a0a75c331468e194809 (diff)
downloadninja-8d367ec7b4749ad390a0e15bb0418efc60970b54.tar.gz
Merge pull request #226 from mqg734/Dom-Architecture
Fixing 3d to work in banner templates.
Diffstat (limited to 'js/document/templates')
-rwxr-xr-xjs/document/templates/banner/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/document/templates/banner/index.html b/js/document/templates/banner/index.html
index 8e8c96d6..9da6699b 100755
--- a/js/document/templates/banner/index.html
+++ b/js/document/templates/banner/index.html
@@ -27,8 +27,6 @@
27 margin: 0; 27 margin: 0;
28 padding: 0; 28 padding: 0;
29 position: absolute; 29 position: absolute;
30 -webkit-transform-style: preserve-3d;
31 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
32 } 30 }
33 31
34 html { 32 html {
@@ -63,6 +61,9 @@
63 top: 0; 61 top: 0;
64 left: 0; 62 left: 0;
65 background: #FFF; 63 background: #FFF;
64 -webkit-transform-style: preserve-3d;
65 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
66
66 } 67 }
67 </style> 68 </style>
68 69