From 3ef607e98310f0a7eb391ffef202447f5f21e78d Mon Sep 17 00:00:00 2001 From: sanj Date: Fri, 7 May 2010 05:32:39 +0530 Subject: [PATCH] gradients, anyone? --- vurbanism/templates/flyovers.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vurbanism/templates/flyovers.html b/vurbanism/templates/flyovers.html index 7eedc9c..a917289 100644 --- a/vurbanism/templates/flyovers.html +++ b/vurbanism/templates/flyovers.html @@ -7,6 +7,10 @@ body { width: 100%; height: 100%; background: #999; + background: -moz-radial-gradient(45px 45px 45deg, circle cover, + #FF9100 0%, #F4F15C 100%, #fff 95%); + background: -webkit-gradient(radial, 45px 45px 45deg, circle cover, + #FF9100 0%, #F4F15C 100%, #fff 95%); } #wrapper {