finished the grid and added a lot more documentation on the skeleton project, including some code snippets and other pieces
This commit is contained in:
@ -9,7 +9,9 @@
|
||||
$(document).ready(function() {
|
||||
|
||||
/* iPhone fix to scroll away iPhone browser chrome */
|
||||
setTimeout(function(){window.scrollTo(0, 1);}, 100);
|
||||
if(window.width < '800px') {
|
||||
setTimeout(function(){window.scrollTo(0, 1);}, 100);
|
||||
}
|
||||
|
||||
/* Tabs Activiation
|
||||
================================================== */
|
||||
|
Reference in New Issue
Block a user