Team:St Andrews/contact
From 2010.igem.org
(Difference between revisions)
Line 452: | Line 452: | ||
div.ry | div.ry | ||
{ | { | ||
+ | border-top-left-radius:5em; | ||
+ | border-top-right-radius:2em; | ||
+ | border-bottom-left-radius:2em; | ||
+ | border-bottom-right-radius:2em; | ||
+ | |||
+ | -webkit-border-top-left-radius: 5em; | ||
+ | -webkit-border-top-right-radius: 2em; | ||
+ | -webkit-border-bottom-left-radius: 2em; | ||
+ | -webkit-border-bottom-right-radius: 2em; | ||
+ | -moz-border-radius-topleft: 5em; | ||
+ | -moz-border-radius-topright: 2em; | ||
+ | -moz-border-radius-bottomleft: 2em; | ||
+ | -moz-border-radius-bottomright: 2em; | ||
filter: alpha(opacity=75); | filter: alpha(opacity=75); | ||
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75); | filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75); |
Revision as of 22:40, 22 July 2010