Skip to content

Commit

Permalink
Merge pull request #90 from aki--aki/master
Browse files Browse the repository at this point in the history
Fix the trollface GitHub logo
  • Loading branch information
chris123457 committed Jan 17, 2013
2 parents 9095ee5 + 03b8f71 commit b6f2910
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.markdown
Original file line number Original file line 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 $ cat ~/.js/github.com.js
// swap github logo with trollface // swap github logo with trollface
$('#header .site-logo img') $('a.header-logo-blacktocat').html(
.css('width', '97px') $('<img>')
.css('height', '80px') .attr('src', '//bit.ly/ghD24e')
.css('margin-top', '-15px') .css({'width': 'auto', 'height': '22px'})
.attr('src', '//bit.ly/ghD24e') );


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


## How It Works ## How It Works


Expand Down

0 comments on commit b6f2910

Please sign in to comment.