* Small tweaks to the speed limit display.
authorUrban Wallasch <urban.wallasch@freenet.de>
Sat, 27 Jul 2019 08:52:37 +0000 (10:52 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Sat, 27 Jul 2019 08:52:37 +0000 (10:52 +0200)
dash.html

index 1c112e5f7c12f653e1c5f2515425ab8680f93697..d717aa76041d0d08e49be938e99bf02885f2d381 100644 (file)
--- a/dash.html
+++ b/dash.html
@@ -78,11 +78,11 @@ x-boxright { float:right; }
 <x-boxleft id="odo" class="cont">
   <x-boxright class="clear"><span class="small" id="nav_dist">-</span><span class="tiny"> km</span></x-boxright>
   <x-boxright class="clear"><span class="small" id="nav_eta">-</span><span class="tiny"> eta</span></x-boxright>
-  <x-boxright class="clear">
+  <x-boxleft class="clear">
     <!--<span class="small" id="nav_slimit">-</span><span class="tiny"> km/h</span>-->
-    <svg width="56" height="56">
-      <circle cx="28" cy="28" r="22" stroke="red" stroke-width="6" fill="white" id="nav_slimitsign"/>
-      <text fill="#000" font-size="24" font-family="sans-serif" font-weight="normal" x="12" y="36" id="nav_slimit">---</text>
+    <svg width="50" height="50">
+      <circle cx="25" cy="25" r="22" stroke="red" stroke-width="6" fill="white" id="nav_slimitsign"/>
+      <text fill="#000" font-size="24" font-family="sans-serif" font-weight="normal" x="10" y="34" id="nav_slimit">---</text>
     </svg>
   </x-boxright>
 </x-boxleft>