Remove width style

This commit is contained in:
Jiiks 2015-10-28 00:14:43 +02:00
parent 5c53da2dbe
commit 785d116c60
3 changed files with 1 additions and 3 deletions

View File

@ -425,7 +425,6 @@ PublicServers.prototype.addServer = function(name, code, title, language, descri
tr.append($("<td/>").append($("<button/>", {
text: "Join",
css: {
"width": "100%",
"height": "30px",
"display": "block",
"margin-top": "10px",

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -130,7 +130,6 @@ PublicServers.prototype.addServer = function(name, code, title, language, descri
tr.append($("<td/>").append($("<button/>", {
text: "Join",
css: {
"width": "100%",
"height": "30px",
"display": "block",
"margin-top": "10px",