Next pass on Casper refactor

* New Helpers
* Updated Helpers
* New reponsive header styles
* New global blog icon
* Responsive styles adjustments
This commit is contained in:
John O'Nolan
2013-08-26 02:35:53 +02:00
committed by Hannah Wolfe
parent fa61f74ce9
commit 85b74ea393
5 changed files with 94 additions and 36 deletions

View File

@ -1,5 +1,5 @@
/**
* Placeholder JS file for Casper behaviours
* Main JS file for Casper behaviours
*/
/*globals jQuery, document */
@ -8,6 +8,11 @@
$(document).ready(function(){
// On the home page, move the blog icon inside the header
// for better relative/absolute positioning.
$("#blog-icon").prependTo("#site-head");
});
}(jQuery));