From 61c15f7eeb850528723d52f6b1d004d05226f048 Mon Sep 17 00:00:00 2001 From: Darryl Quinn Date: Sat, 4 Apr 2015 10:44:45 -0500 Subject: [PATCH] added style for wscan nodes --- files/www/day.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/www/day.css b/files/www/day.css index cc3df1cc..2b30bc9f 100644 --- a/files/www/day.css +++ b/files/www/day.css @@ -26,3 +26,6 @@ body table { .LogoDiv { position:absolute left:0px; width:100%; height:95; } .AREDNLogo { background:rgb(231,231,231); position:absolute; left:10%; width:175; height:95; } .PartOfAREDN { font-family:Verdana; font-size:xx-small; text-align:center; } + +/* Used to indicate NODES in the WSCAN output */ +.wscan-row-node { background-color: lightseagreen} \ No newline at end of file