From 328876db5c760dc1c2bda1fed1e6daab285a8e2f Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 09 Aug 2013 04:15:51 -0400 Subject: [PATCH] Fix image scaling issues when image has only one dimension smaller than the limit (#1489274) Other small code improvements. --- skins/larry/addressbook.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/larry/addressbook.css b/skins/larry/addressbook.css index 090e54c..6bf9426 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -219,7 +219,7 @@ } #contactpic img { - width: 112px; + max-width: 112px; visibility: inherit; } -- Gitblit v1.9.1