mirror of https://github.com/aredn/aredn.git
added style for wscan nodes
This commit is contained in:
parent
c4b64d1609
commit
61c15f7eeb
|
@ -26,3 +26,6 @@ body table {
|
||||||
.LogoDiv { position:absolute left:0px; width:100%; height:95; }
|
.LogoDiv { position:absolute left:0px; width:100%; height:95; }
|
||||||
.AREDNLogo { background:rgb(231,231,231); position:absolute; left:10%; width:175; 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; }
|
.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}
|
Loading…
Reference in New Issue