css-fix: footer gradient
This commit is contained in:
parent
528186df64
commit
06bac36b5d
1 changed files with 7 additions and 7 deletions
|
|
@ -24,13 +24,13 @@ body {
|
|||
|
||||
footer {
|
||||
background: #b7b7b7; /* Old browsers */
|
||||
background: -moz-linear-gradient(top, #b7b7b7 0%, #d7d7d7 36%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(36%,#d7d7d7)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #b7b7b7 0%,#d7d7d7 36%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #b7b7b7 0%,#d7d7d7 36%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, #b7b7b7 0%,#d7d7d7 36%); /* IE10+ */
|
||||
background: linear-gradient(top, #b7b7b7 0%,#d7d7d7 36%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
|
||||
background: -moz-linear-gradient(top, #b7b7b7 0%, #eeeeee 36%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(36%,#eeeeee)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #b7b7b7 0%,#eeeeee 36%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #b7b7b7 0%,#eeeeee 36%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, #b7b7b7 0%,#eeeeee 36%); /* IE10+ */
|
||||
background: linear-gradient(top, #b7b7b7 0%,#eeeeee 36%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
|
||||
border-top: 1px solid #999;
|
||||
text-align: center;
|
||||
color: inherit;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue