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:
Dave Gamache
2011-05-05 12:41:53 -07:00
parent 82d63e753d
commit 48aa42b216
6 changed files with 270 additions and 170 deletions

View File

@ -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
================================================== */