Team:UNIK Copenhagen/template
From 2013.igem.org
(Difference between revisions)
m |
m |
||
Line 30: | Line 30: | ||
/* Opera */ | /* Opera */ | ||
- | background-image: -o-linear-gradient(top, #FFFFFF 0%, #ABABAB 100%) | + | background-image: -o-linear-gradient(top, #FFFFFF 0%, #ABABAB 100%); |
/* Webkit (Safari/Chrome 10) */ | /* Webkit (Safari/Chrome 10) */ | ||
- | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #ABABAB)) no-repeat | + | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #ABABAB)) no-repeat; |
/* Webkit (Chrome 11+) */ | /* Webkit (Chrome 11+) */ | ||
- | background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #ABABAB 100%) | + | background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #ABABAB 100%); |
/* W3C Markup, IE10 Release Preview */ | /* W3C Markup, IE10 Release Preview */ | ||
- | background-image: linear-gradient(to bottom, #FFFFFF 0%, #ABABAB 100%) | + | background-image: linear-gradient(to bottom, #FFFFFF 0%, #ABABAB 100%); |
width: 100%; | width: 100%; | ||
margin: 0 auto; | margin: 0 auto; |
Revision as of 12:38, 12 August 2013