From 4e4ec941b792954e49a2ab1b0c66743f97a0a679 Mon Sep 17 00:00:00 2001 From: brettp Date: Tue, 26 Jan 2010 14:59:02 +0000 Subject: Fixed a typo in css that broke everything in FF 3.6. git-svn-id: http://code.elgg.org/elgg/trunk@3843 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/default/css.php b/views/default/css.php index 75b20b141..ab71d70d2 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -2495,7 +2495,7 @@ div.ajax_loader { } .ac_loading { - background: white url(_graphics/indicator.gif') right center no-repeat; + background: white url(_graphics/indicator.gif) right center no-repeat; } .ac_odd { @@ -2527,4 +2527,4 @@ div.ajax_loader { .draggable { cursor: move; -} \ No newline at end of file +} -- cgit v1.2.3