Browse Source

Timeline: fix subpixel width in Safari

Gaël Métais 10 years ago
parent
commit
5b50809291
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/public/styles/results.css

+ 2 - 1
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%;
 }