Browse Source

docs - a img { border: none } and removed console.log from Images demo

pull/14/head
David DeSandro 14 years ago
parent
commit
1dab16deb2
  1. 1
      _posts/demos/2011-01-11-images.html
  2. 2
      css/style.css

1
_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',
});

2
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 */

Loading…
Cancel
Save