added style for wscan nodes

This commit is contained in:
Darryl Quinn 2015-04-04 10:44:45 -05:00
parent c4b64d1609
commit 61c15f7eeb
1 changed files with 3 additions and 0 deletions

View File

@ -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}