From: Vladimír Vondruš Date: Thu, 24 Aug 2017 11:15:55 +0000 (+0200) Subject: css: superfluous semicolon. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=b91db25c03a52f5757e83944de83bd0ac082aa66;p=blog.git css: superfluous semicolon. --- 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 {