diff options
author | Struan Donald <struan@exo.org.uk> | 2012-11-07 14:44:07 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-11-07 14:44:07 +0000 |
commit | db8a39254cc6ec632a3d30ef28a5a0a8c6a42a92 (patch) | |
tree | 17e5cebf0be884fb7e000f405475330fbd233bb9 | |
parent | 3fedc631069484373db74b1aaf5f5505c22b1c18 (diff) |
slightly neater inital screen
-rw-r--r-- | www/index.html | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/www/index.html b/www/index.html index ac8584b..1cc77ed 100644 --- a/www/index.html +++ b/www/index.html @@ -49,28 +49,16 @@ </script> </head> <body id="container" class="frontpage fullwidthpage"> - <!--ontouchmove="touchmove(event);">--> - <div class="wrapper" id="front-page" data-role="page"> <div class="table-cell"> <div class="container"> <div class="content" role="main"> - <div class="tablewrapper"> + <div class="tablewrapper" style="text-align: center; padding-top: 50%"> Determing location </div> </div> </div> </div> - <div data-role="footer" data-id="foo1" data-position="fixed"> - <div data-role="navbar"> - <ul> - <li><a href="index.html" class="ui-button-active ui-state-persist">Report</a></li> - <li><a href="account.html">Account</a></li> - <li><a href="about.html">Info</a></li> - <li><a href="my_reports.html">My</a></li> - </ul> - </div><!-- /navbar --> - </div> </div> <!-- .wrapper --> </body> </html> |