From a71f2d93ece9b435c5585978db18b332a52ce1d8 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Mon, 15 Aug 2011 18:31:51 -0700 Subject: [PATCH] props should go in length order. --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 58482aa..6fd18c8 100644 --- a/index.html +++ b/index.html @@ -135,10 +135,10 @@

/*                           [to clipboard] [toggle rule off] */
 .box_transition {
-     -moz-transition: all 0.3s ease-out;  /* FF4+ */
-       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
   -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
+     -moz-transition: all 0.3s ease-out;  /* FF4+ */
       -ms-transition: all 0.3s ease-out;  /* IE10? */
+       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
           transition: all 0.3s ease-out;  
 }
/* */
@@ -173,8 +173,8 @@

/*                           [to clipboard] [toggle rule off] */
 .box_bgsize {
-     -moz-background-size: 100% 100%; /* FF3.6 */
   -webkit-background-size: 100% 100%; /* Saf3-4 */
+     -moz-background-size: 100% 100%; /* FF3.6 */
           background-size: 100% 100%; /* Opera, IE9, Saf5, Chrome, FF4 */
 }
/* */