1,393
edits
m |
m |
||
Line 34: | Line 34: | ||
#content { | #content { | ||
border: none; | border: none; | ||
color: # | color: #202020; | ||
background: | background: rgb(244,244,244); | ||
background: -moz-linear-gradient(top, | background: -moz-linear-gradient(top, rgba(244,244,244,1) 0%, rgba(175,175,175,1) 100%); | ||
background: -webkit-linear-gradient(top, | background: -webkit-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(175,175,175,1) 100%); | ||
background: -o-linear-gradient(top, | background: -o-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(175,175,175,1) 100%); | ||
background: -ms-linear-gradient(top, | background: -ms-linear-gradient(top, rgba(244,244,244,1) 0%,rgba(175,175,175,1) 100%); | ||
} | } | ||