diff options
author | friendica <info@friendica.com> | 2014-09-04 21:18:47 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-04 21:18:47 -0700 |
commit | d71e304b150f500af60c215e9772f94b9a9f300b (patch) | |
tree | ddf7f26dfe64b32c74d488b9602e0deb6086c0a9 | |
parent | 80f956a6223ad0a32c6b0e9b05a6075a71206aa5 (diff) | |
download | volse-hubzilla-d71e304b150f500af60c215e9772f94b9a9f300b.tar.gz volse-hubzilla-d71e304b150f500af60c215e9772f94b9a9f300b.tar.bz2 volse-hubzilla-d71e304b150f500af60c215e9772f94b9a9f300b.zip |
this improves the photos even more
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5ff32ff58..bcbaec3d0 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -666,8 +666,8 @@ aside li { */ position: absolute; display: block; - max-width: 100%; - max-height: 100%; +/* max-width: 100%; + max-height: 100%; */ left: 0; right: 0; top: 0; @@ -676,7 +676,7 @@ aside li { } .photo-top-image-wrapper, .photo-album-image-wrapper { - width: 300px; + width: 240px; } .photo-top-photo-link, .photo-album-photo-link { |