diff options
author | friendica <info@friendica.com> | 2013-12-09 18:44:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-09 18:44:09 -0800 |
commit | d13f693f85b9528559130ed642e3128607e1967c (patch) | |
tree | 1af7f910862e7a716e27c2883ec2570b2fe0ea94 /view/css | |
parent | aaf21e892437320ddf63735fa7334bf21836b121 (diff) | |
download | volse-hubzilla-d13f693f85b9528559130ed642e3128607e1967c.tar.gz volse-hubzilla-d13f693f85b9528559130ed642e3128607e1967c.tar.bz2 volse-hubzilla-d13f693f85b9528559130ed642e3128607e1967c.zip |
more css cleanup
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_photos.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/view/css/mod_photos.css b/view/css/mod_photos.css index 80508142a..58a9bea38 100644 --- a/view/css/mod_photos.css +++ b/view/css/mod_photos.css @@ -11,6 +11,19 @@ margin-bottom: 25px; } +#photo-prev-link, #photo-next-link { + padding: 10px; + float: left; +} + +#photo-photo { + float: left; +} + +#photo-photo-end { + clear: both; +} + .photo-album-image-wrapper { float: left; margin-top: 15px; |