Team:UCLondon/Templates/links-footerv2

From 2012e.igem.org

(Difference between revisions)
Line 27: Line 27:
       #MBFooter:before { content:""; display:block; width:100%; height:3px;  
       #MBFooter:before { content:""; display:block; width:100%; height:3px;  
-
           background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from( rgba(255, 255, 255, 0.7) ), to( rgb(249, 249, 249) ) );
+
           background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from( rgba(255, 255, 255, 0.7) ), to( rgb(0, 0, 0) ) );
-
           background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7), rgb(249, 249, 249) );
+
           background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7), rgb(0, 0, 0) );
-
           background-image: -moz-linear-gradient(top,  rgba(255, 255, 255, 0.7), rgb(249, 249, 249) );
+
           background-image: -moz-linear-gradient(top,  rgba(255, 255, 255, 0.7), rgb(0, 0, 0) );
-
           background-image: -ms-linear-gradient(top,  rgba(255, 255, 255, 0.7), rgb(249, 249, 249) );
+
           background-image: -ms-linear-gradient(top,  rgba(255, 255, 255, 0.7), rgb(0, 0, 0) );
-
           background-image: -o-linear-gradient(top,  rgba(255, 255, 255, 0.7), rgb(249, 249, 249) );
+
           background-image: -o-linear-gradient(top,  rgba(255, 255, 255, 0.7), rgb(0, 0, 0) );
-
           background-image: linear-gradient(top,  rgba(255, 255, 255, 0.7), rgb(249, 249, 249) );
+
           background-image: linear-gradient(top,  rgba(255, 255, 255, 0.7), rgb(0, 0, 0) );
        
        
         }
         }

Revision as of 23:15, 18 September 2012