diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-09-04 20:23:00 -0700 | 
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-09-04 20:23:00 -0700 | 
| commit | bca7080debcdf67bc0b35e67f2697e56414b5159 (patch) | |
| tree | 1a06dc78d252e08de5061e3b10df4b2a4e92463f /themes | |
| parent | 49de9bba68dd466dadd3c4df3d5024b3820568ff (diff) | |
Fix typo: loading-arge.gif -> loading-large.gif
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/admin_default/css/screen.css | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 4f802039..33cc6733 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -768,7 +768,7 @@ li.gDefaultGroup h4, li.gDefaultGroup .gUser {  /* Ajax loading indicator ~~~~~~~~~~~~~~~~ */  .gLoadingLarge { -  background: #e8e8e8 url('../../../lib/images/loading-arge.gif') no-repeat center center; +  background: #e8e8e8 url('../../../lib/images/loading-large.gif') no-repeat center center;    font-size: 0;  } | 
