From fc5316fe21d567802adf784d4b984852f0c7ee90 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 24 Jan 2011 20:21:14 -0800 Subject: [PATCH] allow a video and/or photo to fit with scrollbars --- view/theme/default/style.css | 2 +- view/theme/duepuntozero/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/default/style.css b/view/theme/default/style.css index 49a8f2d737..18b2ee67a9 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -1998,6 +1998,6 @@ a.mail-list-link { .wall-item-content { - max-height: 350px; + max-height: 400px; overflow:auto; } diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 13d396e787..388f1e2301 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; }