From cae284494cb54269a616ba38cbaa93ba509dfd43 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 5 Jun 2012 15:23:50 +0200 Subject: [PATCH] css: screenshots + screencasts need width: 100% Otherwise the site looks wrong, at least in a recent chromium --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 01f46dc..8ca3a2c 100644 --- a/css/style.css +++ b/css/style.css @@ -241,6 +241,10 @@ img { margin-bottom: 1em; } +.screenshots, .screencasts, .video { + width: 100%; +} + .screenshots .shot { float: left; margin-left: 1em; -- 2.39.2