diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-08-19 12:04:17 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-08-19 12:04:17 +0000 |
commit | 6913e7153000ff39f491accf06cf5817f7e6bfd3 (patch) | |
tree | 211a324c97d0931363a8f886f495e15dc780ae4c /views/default/tidypics | |
parent | fb8c5cb4681f88d25e4a4eb0cc0d7b31216248f7 (diff) | |
download | elgg-6913e7153000ff39f491accf06cf5817f7e6bfd3.tar.gz elgg-6913e7153000ff39f491accf06cf5817f7e6bfd3.tar.bz2 |
added a latest photos widget
Diffstat (limited to 'views/default/tidypics')
-rw-r--r-- | views/default/tidypics/css.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php index 84f6ee2d5..c3c202caf 100644 --- a/views/default/tidypics/css.php +++ b/views/default/tidypics/css.php @@ -113,6 +113,11 @@ text-align:center; color:#333333; } +.tidypics_widget_latest { +margin: 0 auto; +width: 208px; +} + /* --------- image upload/edit forms ------------ */ #tidpics_image_upload_list li { |