From 5b508092914c7784f2017eea8392a5440e20c309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 12 Sep 2014 12:16:42 +0200 Subject: [PATCH] Timeline: fix subpixel width in Safari --- app/public/styles/results.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/public/styles/results.css b/app/public/styles/results.css index a178431..4cfbf62 100644 --- a/app/public/styles/results.css +++ b/app/public/styles/results.css @@ -135,13 +135,14 @@ h4 { right: 0em; } .timeline .chartPoints { + display: table; height: 100px; width: 99%; margin: 0 auto; } .timeline .interval { + display: table-cell; position: relative; - display: inline-block; height: 100px; width: 0.5%; }