Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
updating footer logo to the new wordmark (bug 684812)
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Sep 7, 2011
1 parent b9e16b9 commit 988baff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions media/css/impala/footer.less
Expand Up @@ -28,13 +28,14 @@
#footer-logo a,
#footer-logo a:link,
#footer-logo a:visited {
background: url(../../img/zamboni/global/header-logos.png) 15px 0 no-repeat;
background: url(../../img/impala/footer-logo.png) center center no-repeat;
width: 128px;
}

#footer-logo a:hover,
#footer-logo a:active {
background: -moz-radial-gradient(center 45deg, ellipse closest-side, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%),
url(../../img/zamboni/global/header-logos.png) 15px 0 no-repeat;
url(../../img/impala/footer-logo.png) center center no-repeat;
}

#footer-contents[dir="rtl"] {
Expand Down Expand Up @@ -76,8 +77,9 @@ url(../../img/zamboni/global/header-logos.png) 15px 0 no-repeat;
}

#footer-logo {
margin-left: 3px;
width: 10%;
margin-left: 0;
margin-right: 25px;
width: 128px;
}
#footer-menu {
display: table;
Expand All @@ -87,9 +89,12 @@ url(../../img/zamboni/global/header-logos.png) 15px 0 no-repeat;
}
li {
display: table-cell;
width: 10%;
width: 5%;
padding: 11px 16px 0 0;
float: none;
&:first-child {
width: 3%;
}
}
}

Expand Down
Binary file added media/img/impala/footer-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 988baff

Please sign in to comment.