[Groonga-commit] groonga/gcs.groonga.org [gh-pages] Update transition definitions for Opera and IE

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 22日 (金) 07:49:40 JST


SHIMODA Hiroshi	2012-06-22 07:49:40 +0900 (Fri, 22 Jun 2012)

  New Revision: 8daa35335a7d8bcafde1b3fdb566d8a2433194d9
  https://github.com/groonga/gcs.groonga.org/commit/8daa35335a7d8bcafde1b3fdb566d8a2433194d9

  Log:
    Update transition definitions for Opera and IE

  Modified files:
    stylesheets/screen/home.css

  Modified: stylesheets/screen/home.css (+5 -8)
===================================================================
--- stylesheets/screen/home.css    2012-06-22 07:39:20 +0900 (afa625d)
+++ stylesheets/screen/home.css    2012-06-22 07:49:40 +0900 (219ed6a)
@@ -80,14 +80,11 @@ h1#global-heading {
   padding: 0.6em 1.2em;
   text-decoration: none;
   text-transform: uppercase;
-  -moz-transition: border-color 0.5s ease,
-                   -moz-box-shadow 0.5s ease,
-                   box-shadow 0.5s ease;
-  -webkit-transition: border-color 0.5s ease,
-                      -webkit-box-shadow 0.5s ease,
-                      box-shadow 0.5s ease;
-  transition: border-color 0.5s ease,
-              box-shadow 0.5s ease;
+  -moz-transition: all 0.5s ease;
+  -webkit-transition: all 0.5s ease;
+  -o-transition: all 0.5s ease;
+  -ms-transition: all 0.5s ease;
+  transition: all 0.5s ease;
 }
 
 #download a:active,
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index