diff options
author | Sem <sembrestels@riseup.net> | 2012-08-01 18:45:25 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-08-01 18:45:25 +0200 |
commit | 6ef62a444fbcebea25cf475613d5cab0c43b58c8 (patch) | |
tree | afaebc49ab4af76beacb5b32754f98882ee0c46b /views/default/photos/css.php | |
parent | 048c1b586989caa3a8bd0b11ad19442d919dbd67 (diff) | |
download | elgg-6ef62a444fbcebea25cf475613d5cab0c43b58c8.tar.gz elgg-6ef62a444fbcebea25cf475613d5cab0c43b58c8.tar.bz2 |
Added support for colorbox.
Diffstat (limited to 'views/default/photos/css.php')
-rw-r--r-- | views/default/photos/css.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/default/photos/css.php b/views/default/photos/css.php index 2290e1f9a..8fa7f730c 100644 --- a/views/default/photos/css.php +++ b/views/default/photos/css.php @@ -18,6 +18,7 @@ } .elgg-module-tidypics-image { margin: 5px auto; + height: 80%; } .tidypics-gallery-widget > li { |