From b91db25c03a52f5757e83944de83bd0ac082aa66 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 24 Aug 2017 13:15:55 +0200 Subject: [PATCH] css: superfluous semicolon. --- css/m-components.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/m-components.css b/css/m-components.css index 96bd70ce..65085c6c 100644 --- a/css/m-components.css +++ b/css/m-components.css @@ -838,7 +838,7 @@ figure.m-figure.m-fullwidth img { width: 0; } .m-imagegrid > figure:hover > a > div { - background: linear-gradient(transparent 0%, transparent 75%, rgba(0, 0, 0, 0.85) 100%); ; + background: linear-gradient(transparent 0%, transparent 75%, rgba(0, 0, 0, 0.85) 100%); color: #ffffff; } .m-imagegrid > figure > a > img { -- 2.30.2