[gnomeweb-wp] added support for mozilla css transition



commit 92e92a632fc22de69f86de148aaa29576911d85f
Author: Vinicius Depizzol <vdepizzol gmail com>
Date:   Mon Apr 4 19:19:05 2011 -0300

    added support for mozilla css transition

 wp-content/themes/gnome-grass/style.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/wp-content/themes/gnome-grass/style.css b/wp-content/themes/gnome-grass/style.css
index cbadaf0..303c968 100644
--- a/wp-content/themes/gnome-grass/style.css
+++ b/wp-content/themes/gnome-grass/style.css
@@ -104,6 +104,8 @@ a:visited {
 }
 #header #logo img {
    -webkit-transition: opacity 200ms ease-out;
+   -moz-transition: opacity 200ms ease-out;
+   transition: opacity 200ms ease-out;
    opacity: 1;
    margin-left: -3px;
    height: 76px;
@@ -151,6 +153,8 @@ a:visited {
     border-radius: 4px;
     outline: 0;
     -webkit-transition: background 100ms linear;
+    -moz-transition: background 100ms linear;
+    transition: background 100ms linear;
     text-shadow: 0 1px 0 #000;
 }
 #top_bar a:hover {
@@ -613,6 +617,8 @@ dl.icon_list dt img {
     text-shadow: 0 1px 0 #fff;
     text-decoration: none;
     -webkit-transition: background-position 200ms linear;
+    -moz-transition: background-position 200ms linear;
+    transition: background-position 200ms linear;
     -moz-box-shadow: inset 0 1px 0 #fff;
     -webkit-box-shadow: inset 0 1px 0 #fff;
     outline: none;
@@ -781,6 +787,8 @@ dl.icon_list dt img {
 #footer .links a {
     color: inherit;
     -webkit-transition: background-color 100ms ease-in;
+    -moz-transition: background-color 100ms ease-in;
+    transition: background-color 100ms ease-in;
 }
 #footer .links a:focus {
    background: #ececec;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]