diff options
author | cash <cash.costello@gmail.com> | 2012-01-02 14:34:58 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2012-01-02 14:34:58 -0500 |
commit | fbdaf2a33386e6746be4de50a0b4aceb06ff5e68 (patch) | |
tree | 7dd062f7ab03b565dc768a46b1df089e03fbad9f /views/default/photos/css.php | |
parent | 20ab73de5248b3418bbbad27850e3d3e093c473c (diff) | |
download | elgg-fbdaf2a33386e6746be4de50a0b4aceb06ff5e68.tar.gz elgg-fbdaf2a33386e6746be4de50a0b4aceb06ff5e68.tar.bz2 |
displaying the tag on the photo but not a label for the tag
Diffstat (limited to 'views/default/photos/css.php')
-rw-r--r-- | views/default/photos/css.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/default/photos/css.php b/views/default/photos/css.php index 31e3d9b53..23926adbc 100644 --- a/views/default/photos/css.php +++ b/views/default/photos/css.php @@ -116,6 +116,12 @@ max-width: 300px; } +.tidypics-tag { + display: none; + position: absolute; + border: 2px solid white; +} + <?php return true; ?> |