]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixed a typo in css that broke everything in FF 3.6.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 26 Jan 2010 14:59:02 +0000 (14:59 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 26 Jan 2010 14:59:02 +0000 (14:59 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3843 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css.php

index 75b20b14170b761fbc54912822f85ba63e13ea65..ab71d70d252b8b85680a145c6c6966712bf38117 100644 (file)
@@ -2495,7 +2495,7 @@ div.ajax_loader {
 }
 
 .ac_loading {
-       background: white url(<?php echo $vars['url']; ?>_graphics/indicator.gif') right center no-repeat;
+       background: white url(<?php echo $vars['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
+}