Team:UCLondon/Templates/Navigation

From 2012e.igem.org

(Difference between revisions)
Line 102: Line 102:
             left: 10px;
             left: 10px;
             border: solid 1px #b4b4b4;
             border: solid 1px #b4b4b4;
-
             background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(207, 207, 207));
+
             background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(207, 207, 207, 0.8));
-
             background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(207, 207, 207));
+
             background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(207, 207, 207, 0.8));
-
             background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(207, 207, 207));
+
             background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(207, 207, 207, 0.8));
-
             background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(207, 207, 207));
+
             background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(207, 207, 207, 0.8));
-
             background-image: linear-gradient(top, rgb(255, 255, 255), rgb(207, 207, 207));
+
             background-image: linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(207, 207, 207, 0.8));
             border-radius: 10px;
             border-radius: 10px;

Revision as of 20:22, 12 September 2012