From b28bd869269f6fc7c063ac651e68a39e3ced029f Mon Sep 17 00:00:00 2001 From: Graham Cole <chckens@sucs.org> Date: Wed, 28 Jan 2009 21:52:52 +0000 Subject: [PATCH] hide spinner, so it's only visible when submitting a comment --- htdocs/css/blog.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/htdocs/css/blog.css b/htdocs/css/blog.css index 4716a30..e9dc42a 100644 --- a/htdocs/css/blog.css +++ b/htdocs/css/blog.css @@ -21,4 +21,11 @@ li.next { .errorinfo { color: red; -} \ No newline at end of file +} + +#spinner { + visibility: hidden; + margin-left: 4px; + margin-right: 4px; +} + -- GitLab