diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-07-04 14:12:32 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-07-04 14:12:32 +0200 |
commit | 6731ffcfc0aa7625985a9550935105e6b9e182ce (patch) | |
tree | 0ba2d8fdacb6b7b085d40e937867315befc4c08e /css | |
parent | 6305d35e7af92375b45a8285e575e2949ba5e723 (diff) |
Use bootstrap hidden class to hide the spam prevention field.
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 3 |
1 files changed, 0 insertions, 3 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; |