Skip to content

Commit

Permalink
WEB-63 - Use mixins to the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mgallego committed Feb 21, 2013
1 parent 2684dae commit cc2d3d6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/SFM/PicmntBundle/Resources/public/less/footer.less
@@ -1,10 +1,6 @@
footer {
padding-top: 120px;
padding-bottom: 40px;
background-image: -o-linear-gradient(bottom, #F0F0F0 2%, #FFFFFF 60%);
background-image: -moz-linear-gradient(bottom, #F0F0F0 2%, #FFFFFF 60%);
background-image: -webkit-linear-gradient(bottom, #F0F0F0 2%, #FFFFFF 60%);
background-image: -ms-linear-gradient(bottom, #F0F0F0 2%, #FFFFFF 60%);
background-image: linear-gradient(bottom, #F0F0F0 2%, #FFFFFF 60%);
#gradient > .vertical(#F0F0F0 2%, #FFFFFF 60%);
text-align: center;
}

0 comments on commit cc2d3d6

Please sign in to comment.