From 7de1225d2ab13a7819093fc1fbbe658050e9beba Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Fri, 11 Mar 2011 13:48:09 +1300 Subject: [PATCH] BUGFIX: updated default style to not crop large preview image --- css/YoutubeGallery.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/css/YoutubeGallery.css b/css/YoutubeGallery.css index 58d752c..d161d7b 100644 --- a/css/YoutubeGallery.css +++ b/css/YoutubeGallery.css @@ -51,13 +51,17 @@ } .youtubegallery .youtubevideos li .still{ float:left; - width: 150px; + width: 320px; } - .youtubegallery .typography .youtubevideos li .info{ + .youtubegallery .typography .youtubevideos li .info { float: left; - width: 430px; - margin:0 5px; + width: 260px; + margin: 0 0 0 20px; } + /* prevent old themes breaking with the new widths */ + #layout .youtubegallery .youtubevideos .info { + padding: 0; + } .youtubegallery .typography .youtubevideos li .info h6{ margin:2px 0; }