From ade31e8b4cbdfc536b92cd84588320d7ef79a8aa Mon Sep 17 00:00:00 2001 From: Tadej Novak Date: Fri, 12 Dec 2014 21:08:33 +0100 Subject: [PATCH] Fix change indicators in FF --- css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 8744228..9a08266 100644 --- a/css/style.css +++ b/css/style.css @@ -110,7 +110,9 @@ h1 br { } .update-value { - position: relative; + position: absolute; + right: 1em; + top: 1.42857em; } .update-plus {