Team:UCLondon/Templates/bottom-content

From 2012e.igem.org

(Difference between revisions)
Line 25: Line 25:
                 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from( rgb(255, 255, 255) ), to( rgb(249, 249, 249) ) );
                 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from( rgb(255, 255, 255) ), to( rgb(249, 249, 249) ) );
-
                 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(207, 207, 207, 0.8));
+
                 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8), rgb(249, 249, 249) );
-
                 background-image: -moz-linear-gradient(top,  rgba(255, 255, 255, 0.8), rgba(207, 207, 207, 0.8));
+
                 background-image: -moz-linear-gradient(top,  rgba(255, 255, 255, 0.8), rgb(249, 249, 249) );
-
                 background-image: -ms-linear-gradient(top,  rgba(255, 255, 255, 0.8), rgba(207, 207, 207, 0.8));
+
                 background-image: -ms-linear-gradient(top,  rgba(255, 255, 255, 0.8), rgb(249, 249, 249) );
-
                 background-image: -o-linear-gradient(top,  rgba(255, 255, 255, 0.8), rgba(207, 207, 207, 0.8));
+
                 background-image: -o-linear-gradient(top,  rgba(255, 255, 255, 0.8), rgb(249, 249, 249) );
-
                 background-image: linear-gradient(top,  rgba(255, 255, 255, 0.8), rgba(207, 207, 207, 0.8));
+
                 background-image: linear-gradient(top,  rgba(255, 255, 255, 0.8), rgb(249, 249, 249) );
     }
     }

Revision as of 04:34, 13 September 2012