JS dependencies are all squished into app.js; Updated all the CSS.

This commit is contained in:
zeke
2011-08-02 22:25:45 -07:00
parent 2c61bbbf1c
commit 42fd723870
24 changed files with 4245 additions and 25 deletions

View File

@@ -0,0 +1 @@
(function(b){b.fn.slideto=function(a){a=b.extend({slide_duration:"slow",highlight_duration:3E3,highlight:true,highlight_color:"#FFFF99"},a);return this.each(function(){obj=b(this);b("body").animate({scrollTop:obj.offset().top},a.slide_duration,function(){a.highlight&&b.ui.version&&obj.effect("highlight",{color:a.highlight_color},a.highlight_duration)})})}})(jQuery);