* Compacted CSS for speed limit display.
authorUrban Wallasch <urban.wallasch@freenet.de>
Mon, 12 Aug 2019 09:52:16 +0000 (11:52 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Mon, 12 Aug 2019 09:52:16 +0000 (11:52 +0200)
dash.html

index 80724dc52831be7723a6fb6f0f3c02f565900a22..40bdcf1ffa862485b91e94d0c60011f65ee98b41 100644 (file)
--- a/dash.html
+++ b/dash.html
@@ -70,19 +70,14 @@ table { width: 100%; }
 .hilite { background-color: #ff0; }
 .special { font-size:50%; color:#088; }
 
-#slimitoff {
-  margin-left: 2px;
-  width: 60px;
-  height: 60px;
-}
-#slimitsign {
+#slimitoff { margin-left: 2px; }
+#slimitoff, #slimitsign { background-repeat: no-repeat; }
+#slimitoff, #slimitsign, #slimit {
   width: 60px;
   height: 60px;
 }
 #slimit {
   display: table-cell;
-  width: 60px;
-  height: 60px;
   vertical-align: middle;
   text-align: center;
   font-size: 32px;