From fc182084d4fed70b48a9da63219e811263372db5 Mon Sep 17 00:00:00 2001 From: Toon Claes Date: Wed, 1 Feb 2012 10:55:03 +0100 Subject: [PATCH] Adapted the example to make it work again. --- README.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 5e619b0..7e603c7 100644 --- a/README.markdown +++ b/README.markdown @@ -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