diff --git a/_posts/demos/2011-01-11-images.html b/_posts/demos/2011-01-11-images.html
index f09899c..feb5ec3 100644
--- a/_posts/demos/2011-01-11-images.html
+++ b/_posts/demos/2011-01-11-images.html
@@ -44,7 +44,6 @@ photos:
var $demo = $('#demo');
$demo.imagesLoaded( function(){
- console.log( this )
$(this).isotope({
itemSelector : '.photo',
});
diff --git a/css/style.css b/css/style.css
index 35420c9..2fd10e7 100644
--- a/css/style.css
+++ b/css/style.css
@@ -53,6 +53,8 @@ a:active {
background: black;
}
+a img { border: none; }
+
/**** Isotope styles ****/
/* required for containers to inherit vertical size from window */