Issue #2106 - Part 2: Align value names

This commit is contained in:
Jerico 2025-06-30 22:32:54 +08:00 committed by roytam1
commit 17b594b705
8 changed files with 17 additions and 17 deletions

View file

@ -16,7 +16,7 @@ body {
div.ancillary {
margin: 0.5em 0;
-moz-user-select: none;
user-select: none;
}
div.section {
@ -71,7 +71,7 @@ h3 {
a.upDownArrow {
font-size: 130%;
text-decoration: none;
-moz-user-select: none; /* no need to include this when cutting+pasting */
user-select: none; /* no need to include this when cutting+pasting */
}
.accuracyWarning {
@ -114,17 +114,17 @@ a.upDownArrow {
}
.noselect {
-moz-user-select: none; /* no need to include this when cutting+pasting */
user-select: none; /* no need to include this when cutting+pasting */
}
.option {
font-size: 80%;
-moz-user-select: none; /* no need to include this when cutting+pasting */
user-select: none; /* no need to include this when cutting+pasting */
}
.legend {
font-size: 80%;
-moz-user-select: none; /* no need to include this when cutting+pasting */
user-select: none; /* no need to include this when cutting+pasting */
}
.debug {