[extensions-web] Fix up transform CSS in non-Mozilla platforms
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] Fix up transform CSS in non-Mozilla platforms
- Date: Fri, 25 Nov 2011 01:12:12 +0000 (UTC)
commit b3a612a6e5d8c149a841283f3f60f653b0589475
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Nov 24 00:21:11 2011 -0500
Fix up transform CSS in non-Mozilla platforms
sweettooth/static/css/review.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/sweettooth/static/css/review.css b/sweettooth/static/css/review.css
index a56a0ec..fe65ac3 100644
--- a/sweettooth/static/css/review.css
+++ b/sweettooth/static/css/review.css
@@ -143,16 +143,16 @@ h2:before {
margin-top: .4em;
width: 0;
- -webkit-transition: -moz-transform 0.4s ease-in-out;
+ -webkit-transition: -webkit-transform 0.4s ease-in-out;
-webkit-transform-origin: 25% 50%;
-moz-transition: -moz-transform 0.4s ease-in-out;
-moz-transform-origin: 25% 50%;
- -o-transition: -moz-transform 0.4s ease-in-out;
+ -o-transition: -o-transform 0.4s ease-in-out;
-o-transform-origin: 25% 50%;
- transition: -moz-transform 0.4s ease-in-out;
+ transition: transform 0.4s ease-in-out;
transform-origin: 25% 50%;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]