From eef5b2dbdafae53e3a5373a10396b95eb9201b54 Mon Sep 17 00:00:00 2001
From: Robert Kaiser
Date: Sat, 24 Nov 2012 16:51:34 +0100
Subject: [PATCH] right-align the gravity numbers
---
index.html | 12 ++++++------
style/tricorder.css | 4 ++++
2 files changed, 10 insertions(+), 6 deletions(-)
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
--
2.43.0