[Scummvm-git-logs] scummvm-web master -> b2a4bff2de9116d37a7dfc08d3a41d33e81d6396

Mataniko mataniko at gmail.com
Mon Jul 2 13:10:23 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
b2a4bff2de WEB: Make images in news articles responsive


Commit: b2a4bff2de9116d37a7dfc08d3a41d33e81d6396
    https://github.com/scummvm/scummvm-web/commit/b2a4bff2de9116d37a7dfc08d3a41d33e81d6396
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-07-02T07:09:43-04:00

Commit Message:
WEB: Make images in news articles responsive

Changed paths:
    css/layout.css


diff --git a/css/layout.css b/css/layout.css
index 2e23f90..58fc395 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -335,7 +335,8 @@ nav {
 }
 
 .box .content.news img {
-    float: right;
+	float: right;
+	max-width: 100%;	
 }
 
 .round-box {





More information about the Scummvm-git-logs mailing list