From 1ba3142fdf873e33878396e9c7fdf2a42af10557 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 24 Nov 2014 11:56:45 -0200 Subject: [PATCH] this fixes #375 --- src/css/stats.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/stats.css b/src/css/stats.css index 7d35b895f..23ae170f5 100644 --- a/src/css/stats.css +++ b/src/css/stats.css @@ -61,6 +61,10 @@ tr.requestEntry td:nth-of-type(1) { tr.requestEntry td:nth-of-type(2) { text-align: right; } +tr.requestEntry td:nth-of-type(3), +tr.requestEntry td:nth-of-type(4) { + direction: ltr; + } tr.logBlocked { background-color: #fff8f8; }