diff --git a/css/screen.css b/css/screen.css index 6fbf34a..b5116bd 100644 --- a/css/screen.css +++ b/css/screen.css @@ -296,12 +296,14 @@ canvas { #full .article { clear: both; padding-top: 1em; + padding-bottom: 2.8em; font-size: 1.3em; } #full footer.bar { + bottom: 0; margin: auto 0 0 0; - position: relative; + position: fixed; height: 3.8em; } diff --git a/js/App.js b/js/App.js index b577d17..5b51703 100644 --- a/js/App.js +++ b/js/App.js @@ -24,7 +24,6 @@ App.prototype.authenticate = function() { }; App.prototype.after_login = function(backend) { - /* var request = window.navigator.mozApps.getSelf(); request.onsuccess = function() { @@ -33,6 +32,7 @@ App.prototype.after_login = function(backend) { } }*/ + var _this = this; window.onhashchange = function(e) {