diff --git a/index.htm b/index.htm index f574b45..45cabfd 100644 --- a/index.htm +++ b/index.htm @@ -135,7 +135,7 @@
- +
diff --git a/style.css b/style.css index f8d4c11..a379918 100644 --- a/style.css +++ b/style.css @@ -30,6 +30,18 @@ a{ color: #000000; } +input[type="text"], select{ + border: 1px solid #aaa; + border-radius: 3px; + padding: 0.5em; +} +input[type="text"]:not(:last-child){ + margin-bottom: 0.5em; +} +#customname{ + margin-bottom: 0; +} + #gl{ width: 60%; height: 100%;