Skip to content

Commit

Permalink
Fix the trollface GitHub logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarek Jenkinson committed Jan 6, 2013
1 parent 9095ee5 commit 03b8f71
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ modifications. With dotjs, just add or edit files in

$ cat ~/.js/github.com.js
// swap github logo with trollface
$('#header .site-logo img')
.css('width', '97px')
.css('height', '80px')
.css('margin-top', '-15px')
.attr('src', '//bit.ly/ghD24e')
$('a.header-logo-blacktocat').html(
$('<img>')
.attr('src', '//bit.ly/ghD24e')
.css({'width': 'auto', 'height': '22px'})
);

![](http://cl.ly/G3UB)
![](http://puu.sh/1Kjvw)

## How It Works

Expand Down

0 comments on commit 03b8f71

Please sign in to comment.