diff options
author | Alib <aliboba@free.fr> | 2010-03-18 21:55:28 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-18 21:55:28 +0100 |
commit | 557f20198fb89fe2256edd48f0a6a79801d761c6 (patch) | |
tree | 720843354d302324f4d887cd7ece22c6f89cb035 /index.html | |
parent | f81b7df03bbd50de903173e7b9c4967f1014ee7b (diff) | |
download | istreamdev-557f20198fb89fe2256edd48f0a6a79801d761c6.tar.gz istreamdev-557f20198fb89fe2256edd48f0a6a79801d761c6.tar.bz2 |
fixed centering loading when scrolled down
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,8 @@ <div id="loader"></div> <div id="jqt"> <!---------------------------------- HOME SCREEN (always present) ----------------------------------> - <div id="home" class="current"> + + <div id="home" class="current"> <div class="toolbar"> <h1>HOME</h1> </div> |