summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-07-04 14:12:32 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-07-04 14:12:32 +0200
commit6731ffcfc0aa7625985a9550935105e6b9e182ce (patch)
tree0ba2d8fdacb6b7b085d40e937867315befc4c08e
parent6305d35e7af92375b45a8285e575e2949ba5e723 (diff)
Use bootstrap hidden class to hide the spam prevention field.
-rw-r--r--css/style.css3
-rw-r--r--index.php2
2 files changed, 1 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css
index c1e965f..3e3f87b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -54,9 +54,6 @@ body {
margin-left: auto;
margin-right: auto;
}
-#dontlook {
- display: none;
-}
pre {
color: #FFFFFF;
background-color: #000000;
diff --git a/index.php b/index.php
index c1b7790..587b105 100644
--- a/index.php
+++ b/index.php
@@ -133,7 +133,7 @@ final class LookingGlass {
}
}
- print '<input type="text" id="dontlook" name="dontlook" placeholder="Don\'t look at me!" />';
+ print '<input type="text" class="hidden" name="dontlook" placeholder="Don\'t look at me!" />';
print '</fieldset>';
print '</form>';
print '</div>';