diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-01-09 00:00:16 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-09 00:00:16 -0800 |
commit | a495419b9159592386a3766ad0417631447e24c5 (patch) | |
tree | f9ccb54dee804ee5673aff0fbf76a70e4c0610ae /modules/organize | |
parent | 1a1a05ed9446bb57a0ef457a8cbf8beca5619c31 (diff) |
Center the image inside the outer thumb div.
Diffstat (limited to 'modules/organize')
-rw-r--r-- | modules/organize/css/organize_frame.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/organize/css/organize_frame.css b/modules/organize/css/organize_frame.css index 3f8246a2..d442fb57 100644 --- a/modules/organize/css/organize_frame.css +++ b/modules/organize/css/organize_frame.css @@ -16,6 +16,7 @@ .g-organize div.thumb { border: 4px solid white; + text-align: center; } .g-organize div.thumb-missing span { |