diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-01-06 00:05:35 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-06 00:05:35 -0800 |
commit | edf2a46b0276ca86e13fcbc66ff1b4aa1edf64fb (patch) | |
tree | be37e1e7ad5ea51cdde384ca39602f0ac2a90226 | |
parent | b424cac5c5b05d2238082e986d78dfff7b18fe89 (diff) |
horizontally center thumbnails
-rw-r--r-- | modules/organize/css/organize.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index be0e0e18..232a35cd 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -8,6 +8,7 @@ width: 144px; height: 149px; vertical-align: middle; + text-align: center; float: left; } |