diff --git a/Gemfile b/Gemfile index 20fa383..18503be 100644 --- a/Gemfile +++ b/Gemfile @@ -7,8 +7,8 @@ gem 'activemodel', '3.0.0.beta' gem "arel", '0.2.1' gem "rack", "1.1.0" gem "mysqlplus", "0.1.1" +gem 'i18n', "0.3.3" gem "eventmachine", "0.12.10" - -gem "cramp" +gem 'usher' gem "uuid" gem "json" \ No newline at end of file diff --git a/bomberman_server.rb b/bomberman_server.rb index 87049bf..f40f6f0 100644 --- a/bomberman_server.rb +++ b/bomberman_server.rb @@ -1,6 +1,5 @@ #Framework initialization require 'rubygems' -require 'ruby-debug' require 'usher' require 'cramp/controller' require 'uuid' diff --git a/public/css/bomberman.css b/public/css/bomberman.css index cdfc9be..3d06f8e 100644 --- a/public/css/bomberman.css +++ b/public/css/bomberman.css @@ -46,7 +46,8 @@ #footer{ float:left; - margin-left:25%; + margin-left:15%; margin-top:2%; clear:left; + text-align:center; } \ No newline at end of file diff --git a/public/index.html b/public/index.html index 18061fa..5dfdf06 100644 --- a/public/index.html +++ b/public/index.html @@ -38,6 +38,7 @@

Score