From 0633f07da279499e3bb3316eefeb73154c431b3d Mon Sep 17 00:00:00 2001 From: j Date: Wed, 3 Nov 2010 17:55:07 +0100 Subject: [PATCH] nicer video images --- rizk/static/css/rizk.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rizk/static/css/rizk.css b/rizk/static/css/rizk.css index e51fa00..9469e03 100644 --- a/rizk/static/css/rizk.css +++ b/rizk/static/css/rizk.css @@ -61,12 +61,14 @@ a img { .videoWrapper { float: left; - width: 400px; + width: 120px; + height: 120px; text-align: center; } .videoWrapper img { - width: 340px; + width: 75px; + height: auto; } .imagesWrapper { @@ -224,3 +226,4 @@ h2 { width: 80%; height: 100px; } +