changeset 2199:6125c1ab5755

Add support for old map format by adding two new CSS rules.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 13 Oct 2019 03:02:46 +0300
parents 1a0b4baa63fa
children 37e2f104f3db
files misc/misc.css
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/misc/misc.css	Sun Oct 13 03:02:21 2019 +0300
+++ b/misc/misc.css	Sun Oct 13 03:02:46 2019 +0300
@@ -2,7 +2,6 @@
   background: black;
   color: white;
   font-family: Arial, Verdana, sans-serif;
-  height: 100%;
   padding: 0;
   margin: 0;
 }
@@ -57,7 +56,6 @@
 }
 
 div.map {
-  font-weight: bold;
   position: absolute;
   left: 0;
   right: 20%;
@@ -69,6 +67,13 @@
   text-align: center;
 }
 
+div.map.old {
+}
+
+div.map.new {
+  font-weight: bold;
+}
+
 div.map a.loc {
   background: black;
   color: red;