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

Commit

Permalink
do not let ABP block our pretty logo (bug 836469)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Jan 30, 2013
1 parent 12626dc commit 9707fe6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion media/css/mkt/desktop-header.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ body[data-page-type='search'] #search {
body, .home {
#site-header h1.site {
//background: url(../../img/mkt/logos/large.png) 0 50% no-repeat;
background: url(../../img/mkt/logos/mp_aurora_wordmark_400x60.png) 0 50% no-repeat;
background: url(../../img/mkt/logos/mp_aurora_wordmark_large.png) 0 50% no-repeat;
background-size: 280px auto;
text-indent: -9999px;
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion media/css/mkt/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ header {
.home, .offline {
#site-header {
h1 {
background: url(../../img/mkt/logos/mp_aurora_wordmark_200x30.png) no-repeat;
background: url(../../img/mkt/logos/mp_aurora_wordmark_small.png) no-repeat;
text-indent: -99999px;
width: 200px;
height: 30px;
Expand Down

1 comment on commit 9707fe6

@tofumatt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hah, that is awesome.

Please sign in to comment.