diff --git a/css/style.css b/css/style.css
index ab67a7c..e979bf0 100644
--- a/css/style.css
+++ b/css/style.css
@@ -65,6 +65,10 @@ a {
height: 400px;
}
-.cloud_words label:after {
- content: ': ';
+.cloud_words_input {
+ margin: 1em;
+}
+#cloud_words_submit {
+ display: block;
+ margin-top: 1em;
}
diff --git a/index.php b/index.php
index 199426e..5dccd58 100644
--- a/index.php
+++ b/index.php
@@ -23,13 +23,10 @@ if (isset($_GET['id'])) {
';
- echo sprintf('', $name, $i+1);
- echo sprintf('', $name, $name);
- echo '';
+ echo sprintf('', $name, $name, $i+1);
}
?>
-
+