From 6eb21fd1caf4c24895b51f1c424e0c03afe2a232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Thu, 2 Jul 2020 02:11:29 +0200 Subject: add feature to show signals and their routes --- htdocs/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'htdocs/index.html') diff --git a/htdocs/index.html b/htdocs/index.html index 9b5e2c4..4fa05a4 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -38,6 +38,14 @@ color: red; } + .defroute { + background-color: #afa; + } + + td { + border-bottom: 2px solid black; + } + .no-aa img[role=presentation] { image-rendering: optimizeSpeed; /* STOP SMOOTHING, GIVE ME SPEED */ image-rendering: -moz-crisp-edges; /* Firefox */ -- cgit v1.2.3