From: Michael Stapelberg Date: Tue, 5 Jun 2012 13:23:50 +0000 (+0200) Subject: css: screenshots + screencasts need width: 100% X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cae284494cb54269a616ba38cbaa93ba509dfd43;p=i3%2Fi3.github.io css: screenshots + screencasts need width: 100% Otherwise the site looks wrong, at least in a recent chromium --- 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;