From 21c3a7590e19e41fa93f4ace87963fbcb4a39b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Fri, 5 Sep 2014 10:42:51 +0200 Subject: [PATCH] Align timestamp column to center --- app/public/styles/results.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/public/styles/results.css b/app/public/styles/results.css index 3ca839f..f666874 100644 --- a/app/public/styles/results.css +++ b/app/public/styles/results.css @@ -250,7 +250,7 @@ input.textFilter { word-break: break-all; } -.table > div > .duration { +.table > div > .duration, .table > div > .startTime { text-align: center; white-space:nowrap; }