diff --git a/index.html b/index.html index 83150e0..1d91264 100644 --- a/index.html +++ b/index.html @@ -67,5 +67,11 @@
+
+ + Tweet + + +
diff --git a/js/initialization.js b/js/initialization.js index 6c4167d..34adc2d 100644 --- a/js/initialization.js +++ b/js/initialization.js @@ -73,7 +73,6 @@ function initialize(a) { comboTime:240 }; } else { - $('body').append(''); settings = { platform:"nonmobile", baseScale:1, diff --git a/style/style.css b/style/style.css index 51f71d7..cbf816a 100644 --- a/style/style.css +++ b/style/style.css @@ -252,3 +252,12 @@ body { -ms-user-select: none; user-select: none; } +#bottombar { + padding:0; + position:absolute; + width:40%; + text-align:center; + left:30%; + bottom:10px; + z-index:400000; +}