diff options
author | Friendika <info@friendika.com> | 2011-01-24 20:21:14 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-24 20:21:14 -0800 |
commit | fc5316fe21d567802adf784d4b984852f0c7ee90 (patch) | |
tree | 10bb8d071771820a4502e5872e43e7f4a9cee2e6 /view/theme/duepuntozero | |
parent | 0f64e1e623b492e005032e42b69df5d8b2f35d05 (diff) | |
download | volse-hubzilla-fc5316fe21d567802adf784d4b984852f0c7ee90.tar.gz volse-hubzilla-fc5316fe21d567802adf784d4b984852f0c7ee90.tar.bz2 volse-hubzilla-fc5316fe21d567802adf784d4b984852f0c7ee90.zip |
allow a video and/or photo to fit with scrollbars
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 13d396e78..388f1e230 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1880,6 +1880,6 @@ a.mail-list-link { } .wall-item-content { - max-height: 350px; + max-height: 400px; overflow:auto; } |