roots 3.0.0

This commit is contained in:
Ben Word
2011-03-27 13:46:21 -06:00
commit 8e177235ff
89 changed files with 7989 additions and 0 deletions

10
js/scripts.js Normal file
View File

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