From f931d5c918fa3146afa851a4f32c90a35ee1c85b Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Sat, 7 Apr 2012 19:56:00 +0200 Subject: diabook-themes: small fix --- view/theme/diabook-red/style-network.css | 1 + view/theme/diabook-red/style-profile.css | 1 + 2 files changed, 2 insertions(+) (limited to 'view/theme/diabook-red') diff --git a/view/theme/diabook-red/style-network.css b/view/theme/diabook-red/style-network.css index c91e1ff09..efbec090a 100644 --- a/view/theme/diabook-red/style-network.css +++ b/view/theme/diabook-red/style-network.css @@ -1370,6 +1370,7 @@ transition: all 0.2s ease-in-out; .wall-item-container .wall-item-content img { max-width: 400px; + max-height: 400px; } .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions { display: table-cell; diff --git a/view/theme/diabook-red/style-profile.css b/view/theme/diabook-red/style-profile.css index 4fd0803bd..ef6fd8601 100644 --- a/view/theme/diabook-red/style-profile.css +++ b/view/theme/diabook-red/style-profile.css @@ -1346,6 +1346,7 @@ transition: all 0.2s ease-in-out; .wall-item-container .wall-item-content img { max-width: 400px; + max-height: 400px; } .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions { display: table-cell; -- cgit v1.2.3