aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emcclib.js2
-rwxr-xr-xhtml/jspage.pl1
2 files changed, 1 insertions, 2 deletions
diff --git a/emcclib.js b/emcclib.js
index f052312..31c9f80 100644
--- a/emcclib.js
+++ b/emcclib.js
@@ -83,7 +83,7 @@ mergeInto(LibraryManager.library, {
tick.name = "preset";
tick.value = value;
label.appendChild(tick);
- label.appendChild(document.createTextNode(name));
+ label.appendChild(document.createTextNode(" " + name));
item.appendChild(label);
gametypesubmenus[menuid].appendChild(item);
diff --git a/html/jspage.pl b/html/jspage.pl
index 6ce13a7..f3b0df5 100755
--- a/html/jspage.pl
+++ b/html/jspage.pl
@@ -215,7 +215,6 @@ EOF
appearance: none;
margin: initial;
font: inherit;
- padding-right: 0.5em;
}
#gamemenu .tick::before {