latest changes from h5bp and blueprint css, jquery 1.6.1

This commit is contained in:
Ben Word
2011-05-17 22:48:13 -06:00
parent 66cb21dda9
commit 18f0ab26d4
7 changed files with 30 additions and 28 deletions

View File

@@ -1,10 +1,10 @@
$(document).ready(function() {
// $("#cycle").cycle({
// fx: "fade"
// $('#cycle').cycle({
// fx: 'fade'
// });
// $("figure.gallery-item a").attr("rel","gallery");
// $("figure.gallery-item a[rel='gallery']").fancybox();
// $('figure.gallery-item a').attr('rel','gallery');
// $('figure.gallery-item a[rel="gallery"]').fancybox();
});