diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-09-05 05:57:35 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-09-05 05:57:35 -0400 |
| commit | 62d6401ca88bc72ffe157d3af3bfec7c8cbb3100 (patch) | |
| tree | 4fa8ff87c2f1f6ad8757b4bcf25aecc680cbb843 /static/css | |
| parent | 9eb8b66edc86728e829ea4350becdf61a6769ae4 (diff) | |
hide registration spinner
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/index.css b/static/css/index.css index b0c3ae3..1b745d6 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -432,4 +432,8 @@ z-index:-1; } .nivo-controlNav a.active { font-weight:bold; +} + +#register-spinner { + display: none; }
\ No newline at end of file |
