diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-07 19:56:00 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-07 19:56:00 +0200 |
commit | f931d5c918fa3146afa851a4f32c90a35ee1c85b (patch) | |
tree | a093294b2b3ee2f99c0dc5b95d5844bf9817eafa /view/theme/diabook | |
parent | 0fa3b7f348c3deeb85cb5f5f9bd35ba47b0e92ee (diff) | |
download | volse-hubzilla-f931d5c918fa3146afa851a4f32c90a35ee1c85b.tar.gz volse-hubzilla-f931d5c918fa3146afa851a4f32c90a35ee1c85b.tar.bz2 volse-hubzilla-f931d5c918fa3146afa851a4f32c90a35ee1c85b.zip |
diabook-themes: small fix
Diffstat (limited to 'view/theme/diabook')
-rw-r--r-- | view/theme/diabook/style-network.css | 1 | ||||
-rw-r--r-- | view/theme/diabook/style-profile.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/diabook/style-network.css b/view/theme/diabook/style-network.css index 4d35fe1c1..5a4bdfd81 100644 --- a/view/theme/diabook/style-network.css +++ b/view/theme/diabook/style-network.css @@ -1312,6 +1312,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/style-profile.css b/view/theme/diabook/style-profile.css index b05b98300..79a0866be 100644 --- a/view/theme/diabook/style-profile.css +++ b/view/theme/diabook/style-profile.css @@ -1306,6 +1306,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; |