gradient fixed for webkit

This commit is contained in:
sanj 2010-05-18 04:41:23 +05:30
parent 5432512dfd
commit f96939df33

View File

@ -5,7 +5,15 @@ body {
font-family: Arial; font-family: Arial;
background: #404040; background: #404040;
background-image: -moz-linear-gradient(top, #404040, #aaaaaa); background-image: -moz-linear-gradient(top, #404040, #aaaaaa);
background-image: -webkit-gradient(linear, top, #404040, #aaaaaa); background-image: -webkit-gradient(
linear,
center top,
center bottom,
color-stop(0.75, rgb(170,170,170)),
color-stop(0.29, rgb(64,64,64))
);
} }
#nav { #nav {
position: fixed; position: fixed;