diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-03 22:03:45 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-07-03 22:03:45 -0400 |
| commit | 57b4ecea5e20f4746c23911a6cc85508e0509536 (patch) | |
| tree | 95e2138c9ce773b4cf517d86b02b35a2b512cfb6 /static/js/pichat.js | |
| parent | 9c321907a9f755949c760f62703fb0d00e61e415 (diff) | |
sostler prod commit
Diffstat (limited to 'static/js/pichat.js')
| -rw-r--r-- | static/js/pichat.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 91e44a7..6d02f25 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -18,7 +18,7 @@ Imgs = { Anim = { "chatThumbBig": {"width": "54px", "height": "54px", "right": "0px", "bottom": "2px"}, - "chatThumbTiny": {"width": "8px", "height": "8px", "right": "8px", "bottom": "8px"}, + "chatThumbTiny": {"width": "16px", "height": "16px", "right": "8px", "bottom": "8px"}, "chatThumb": {"width": "16px", "height": "16px", "right": "4px", "bottom": "4px"}, "logThumb": {"width": "27px", "height": "27px", "marginRight": "0px", "marginTop": "0px"}, "logThumbBig": {"width": "64px", "height": "64px", "marginRight": "-2px", "marginTop": "-2px"} |
