mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	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:
		
				
					committed by
					
						
						Hannah Wolfe
					
				
			
			
				
	
			
			
			
						parent
						
							fa61f74ce9
						
					
				
				
					commit
					85b74ea393
				
			@@ -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));
 | 
			
		||||
		Reference in New Issue
	
	Block a user