diff options
| author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-01-26 14:59:02 +0000 | 
|---|---|---|
| committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-01-26 14:59:02 +0000 | 
| commit | 4e4ec941b792954e49a2ab1b0c66743f97a0a679 (patch) | |
| tree | 2816bdf2db505c3dda8c8e10bf21db1fe09cba86 | |
| parent | 75a5ae666eb9ec89898e81bf9429d361551126fe (diff) | |
| download | elgg-4e4ec941b792954e49a2ab1b0c66743f97a0a679.tar.gz elgg-4e4ec941b792954e49a2ab1b0c66743f97a0a679.tar.bz2  | |
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
| -rw-r--r-- | views/default/css.php | 4 | 
1 files 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(<?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 +}  | 
