From 924ca6e2ccc9913fb51fc962a2e1289db5e7ecb3 Mon Sep 17 00:00:00 2001 From: Oly Su Date: Wed, 9 Sep 2015 14:49:06 +1200 Subject: [PATCH] FIX: Added back background image size --- css/LeftAndMainYouTubeField.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/LeftAndMainYouTubeField.css b/css/LeftAndMainYouTubeField.css index 201b010..7850e2a 100644 --- a/css/LeftAndMainYouTubeField.css +++ b/css/LeftAndMainYouTubeField.css @@ -2,5 +2,6 @@ background-image: url('../images/field-icon-youtube.png'); background-position: 6px center; background-repeat: no-repeat; + background-size: 28px 20px; padding-left: 40px; -} \ No newline at end of file +}