static/wlan.css
author Tero Marttila <terom@paivola.fi>
Wed, 19 Mar 2014 01:08:56 +0200
changeset 404 78e3d83135ab
parent 243 787c5f93f434
permissions -rw-r--r--
pvl.hosts-graph: support new syntax, with dict updates
/*
 * General
 */
a
{
    color: inherit;
}

/*
 * Hosts
 */
.id
{
    font-weight: bold;
    text-align: right;
}

.ap,
.sta
{
    font-family: monospace;
}

.seen
{
}