diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2020-07-02 02:11:29 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2020-07-02 02:11:29 +0200 |
commit | 6eb21fd1caf4c24895b51f1c424e0c03afe2a232 (patch) | |
tree | 6be1077e0f584aa528b352a716cc265c96f3a918 /htdocs/index.html | |
parent | fcc26a7fa573569a20fbbabaf768ae53ff29bfa6 (diff) | |
download | lifomapserver-6eb21fd1caf4c24895b51f1c424e0c03afe2a232.tar.gz lifomapserver-6eb21fd1caf4c24895b51f1c424e0c03afe2a232.tar.bz2 lifomapserver-6eb21fd1caf4c24895b51f1c424e0c03afe2a232.zip |
add feature to show signals and their routes
Diffstat (limited to 'htdocs/index.html')
-rw-r--r-- | htdocs/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
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 */ |