gradient fixed for webkit
This commit is contained in:
parent
5432512dfd
commit
f96939df33
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user