nicer video images

This commit is contained in:
j 2010-11-03 17:55:07 +01:00
parent a2844bc2ce
commit 0633f07da2

View File

@ -61,12 +61,14 @@ a img {
.videoWrapper { .videoWrapper {
float: left; float: left;
width: 400px; width: 120px;
height: 120px;
text-align: center; text-align: center;
} }
.videoWrapper img { .videoWrapper img {
width: 340px; width: 75px;
height: auto;
} }
.imagesWrapper { .imagesWrapper {
@ -224,3 +226,4 @@ h2 {
width: 80%; width: 80%;
height: 100px; height: 100px;
} }