From 25ef4d6f91e7723b0573ecbf66c0109170eae5d0 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Tue, 16 Oct 2012 11:14:51 -0500 Subject: [PATCH] [ticket/11103] Correct some CSS PHPBB3-11103 --- phpBB/styles/prosilver/theme/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 6e825f82ce..9b2475384e 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -687,7 +687,7 @@ p.rules a { width: 70%; } -.notification_list ul li a span img { +.notification_list ul li span img { float: left; max-width: 50px; max-height: 50px;