chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bc855c
)
css: superfluous semicolon.
author
Vladimír Vondruš
<mosra@centrum.cz>
Thu, 24 Aug 2017 11:15:55 +0000
(13:15 +0200)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Thu, 24 Aug 2017 11:16:27 +0000
(13:16 +0200)
css/m-components.css
patch
|
blob
|
history
diff --git
a/css/m-components.css
b/css/m-components.css
index 96bd70ce9115da21ae3233765672ee498856c124..65085c6cc7e2906fe9ce7ea6936e0fdcb4ac91f2 100644
(file)
--- 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 {