Skip to content

Commit

Permalink
BUGFIX: updated default style to not crop large preview image
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed Mar 11, 2011
1 parent a82e0ba commit 7de1225
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions css/YoutubeGallery.css
Expand Up @@ -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;
}
Expand Down

0 comments on commit 7de1225

Please sign in to comment.