chiark / gitweb /
css: superfluous semicolon.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 24 Aug 2017 11:15:55 +0000 (13:15 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 24 Aug 2017 11:16:27 +0000 (13:16 +0200)
css/m-components.css

index 96bd70ce9115da21ae3233765672ee498856c124..65085c6cc7e2906fe9ce7ea6936e0fdcb4ac91f2 100644 (file)
@@ -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 {