From d8c51620b79f011d9a93326866dc8f8f8e0248e3 Mon Sep 17 00:00:00 2001 From: rnsloan Date: Sun, 29 Nov 2015 20:24:25 +1100 Subject: [PATCH] fix map link color. Make images not overflow map speech bubble box --- layouts/css/page-modules/_events.styl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/layouts/css/page-modules/_events.styl b/layouts/css/page-modules/_events.styl index 9d5694a9c6bf6..c04d65895f06a 100644 --- a/layouts/css/page-modules/_events.styl +++ b/layouts/css/page-modules/_events.styl @@ -4,9 +4,18 @@ margin-top 20px .marker-image img + width 100% max-width 320px max-height 100px + .marker-title a + color $node-green + text-decoration none + &:hover + color $white + background $node-green + + .events-map-key padding 8px 0 text-align center