From 45241d38e1d9b3d9cd5d3060340514163712da2b Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Mon, 23 Mar 2015 14:54:14 +0100 Subject: [PATCH] slower blinking --- history.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/history.html b/history.html index 15beefc..1b316a6 100644 --- a/history.html +++ b/history.html @@ -224,9 +224,9 @@ } .leaflet-marker-icon.node-alert { - -webkit-animation: blink 1s linear; + -webkit-animation: blink 2s linear; -webkit-animation-iteration-count: infinite; - animation: blink 1s linear; + animation: blink 2s linear; animation-iteration-count: infinite; }