From 48b2e141b7b5f88f75d0e8a914e42ce23b22a47b Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 24 Sep 2012 16:50:51 +0200 Subject: [PATCH] cf brutasse#37 - Fix wrong links color in map popup --- djangopeople/djangopeople/static/djangopeople/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/djangopeople/djangopeople/static/djangopeople/css/styles.css b/djangopeople/djangopeople/static/djangopeople/css/styles.css index 43ae448..ab36a06 100644 --- a/djangopeople/djangopeople/static/djangopeople/css/styles.css +++ b/djangopeople/djangopeople/static/djangopeople/css/styles.css @@ -532,6 +532,10 @@ ul.split li { cursor: pointer; } +div.leaflet-popup-content a { + color: #ab5603; +} + /* @end */ .highlight {