summaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index 4f9d63f..d6adf0f 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -141,3 +141,14 @@ div.fingerhandstats .fingers .thumb {
border: 0.1em solid #2aa198; /* cyan */
}
+.pure-table td.numint {
+ text-align: right;
+ padding-right: 0;
+}
+
+.pure-table td.numfrac {
+ border-left: none;
+ text-align: left;
+ padding-left: 0;
+}
+