diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-08-09 10:15:51 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-08-09 10:15:51 +0200 |
commit | 328876db5c760dc1c2bda1fed1e6daab285a8e2f (patch) | |
tree | fbc0ca006874d7eea897ce7d4b427fdc06c87735 /skins/larry/addressbook.css | |
parent | 1391f17a521a19382c59ef9d4e93a8ced2f1a9e5 (diff) |
Fix image scaling issues when image has only one dimension smaller than the limit (#1489274)
Other small code improvements.
Diffstat (limited to 'skins/larry/addressbook.css')
-rw-r--r-- | 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 090e54c7b..6bf9426c4 100644 --- a/skins/larry/addressbook.css +++ b/skins/larry/addressbook.css @@ -219,7 +219,7 @@ } #contactpic img { - width: 112px; + max-width: 112px; visibility: inherit; } |