diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-05-09 14:12:55 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-05-09 14:12:55 +0000 |
commit | 40c43b204903a03c63f7b9911b27717547ff5aa5 (patch) | |
tree | f32342cf316bf22bb5c7ea24424132262792a04a | |
parent | e2538c6210711f1061962294d9476bfdfb992a36 (diff) | |
download | elgg-40c43b204903a03c63f7b9911b27717547ff5aa5.tar.gz elgg-40c43b204903a03c63f7b9911b27717547ff5aa5.tar.bz2 |
tweaked the photo tag list css
-rw-r--r-- | views/default/tidypics/css.php | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/views/default/tidypics/css.php b/views/default/tidypics/css.php index 1f9d54cc7..8bac4346c 100644 --- a/views/default/tidypics/css.php +++ b/views/default/tidypics/css.php @@ -227,4 +227,20 @@ z-index:0; background: #ffffff; text-align: center; color: #4690d6; +} + +#tidypics_phototags_list { +padding:20px; +} + +#tidypics_phototags_list ul { +list-style:none; +margin:0px; +padding:8px; +} + +#tidypics_phototags_list ul li { +padding-right:10px; +margin:2px 0px; +display:inline; }
\ No newline at end of file |