From: Robert Kaiser
Date: Sat, 24 Nov 2012 15:51:34 +0000 (+0100)
Subject: right-align the gravity numbers
X-Git-Tag: production~43
X-Git-Url: https://git-public.kairo.at/?a=commitdiff_plain;h=eef5b2dbdafae53e3a5373a10396b95eb9201b54;p=tricorder.git
right-align the gravity numbers
---
diff --git a/index.html b/index.html
index d2f8d3d..bf151d8 100644
--- a/index.html
+++ b/index.html
@@ -83,12 +83,12 @@ a better device.
-X: | ... |
-Y: | ... |
-Z: | ... |
-Alpha: | ... |
-Beta: | ... |
-Gamma: | ... |
+X: | ... |
+Y: | ... |
+Z: | ... |
+Alpha: | ... |
+Beta: | ... |
+Gamma: | ... |
diff --git a/style/tricorder.css b/style/tricorder.css
index b7b8fa5..1cf3017 100644
--- a/style/tricorder.css
+++ b/style/tricorder.css
@@ -212,3 +212,7 @@ section {
section.active {
display: block;
}
+
+.gravVal {
+ text-align: right;
+}
\ No newline at end of file