]> git.sur5r.net Git - i3/i3.github.io/commitdiff
css: screenshots + screencasts need width: 100%
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 5 Jun 2012 13:23:50 +0000 (15:23 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 5 Jun 2012 13:26:44 +0000 (15:26 +0200)
Otherwise the site looks wrong, at least in a recent chromium

css/style.css

index 01f46dc601b2ee4769e91b3227be624e7c589609..8ca3a2c121ecbc49aa23dd5b2fc1b60293244190 100644 (file)
@@ -241,6 +241,10 @@ img {
     margin-bottom: 1em;
 }
 
+.screenshots, .screencasts, .video {
+    width: 100%;
+}
+
 .screenshots .shot {
     float: left;
     margin-left: 1em;