Skip to content

Commit

Permalink
Adapted the example to make it work again.
Browse files Browse the repository at this point in the history
  • Loading branch information
To1ne authored and defunkt committed Apr 23, 2012
1 parent 92b55ff commit fc18208
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.markdown
Expand Up @@ -26,12 +26,13 @@ modifications. With dotjs, just add or edit files in

$ cat ~/.js/github.com.js
// swap github logo with trollface
$('#header .logo img')
.css('width', '100px')
$('#header .site-logo img')
.css('width', '97px')
.css('height', '80px')
.css('margin-top', '-15px')
.attr('src', '//bit.ly/ghD24e')

![](https://bit.ly/gAHTbC)
![](http://cl.ly/G3UB)

## How It Works

Expand Down

0 comments on commit fc18208

Please sign in to comment.