From e9b09b7150ca9d3d34057c7b8e45ad6ea8dea61f Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 7 Dec 2011 10:13:35 +0100 Subject: [PATCH] Use correct size for the menu avatars. --- src/main/resources/static/css/sone.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index d5880b1..2d9d503 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -290,8 +290,8 @@ textarea { #sone .menu-avatar { display: inline-block; - width: 48px; - height: 48px; + width: 64px; + height: 64px; overflow: hidden; } -- 2.7.4