add a line for total acceleration, make geo display have units
[tricorder.git] / style / tricorder.css
index 7f37659a1fea9b6f0f6cb0372e70b85a8d8b2950..843d225b3cd2a90ca86806d690504c49d782e391 100644 (file)
@@ -228,10 +228,22 @@ section.active {
   display: block;
 }
 
-.gravVal {
+.posVal, .gravVal {
   text-align: right;
 }
 
+.posVal {
+  width: 24ch;
+}
+
+.gravVal {
+  width: 10ch;
+}
+
+.note {
+  font-size: .667em;
+}
+
 @media screen and (min-width: 500px) {
   body {
     font-size: 24px;