diff --git a/html/index.html b/html/index.html
index 9d446b7..6825018 100644
--- a/html/index.html
+++ b/html/index.html
@@ -106,7 +106,7 @@
-
@@ -150,7 +151,7 @@
Numeric representation:
-
+
Numbers:
- Decimal places (if Numbers = Fixed):
+ Fixed
+ Decimal places:
@@ -190,7 +192,8 @@
- (Meek) Immediate election
+ Meek
+ Immediate election
Rounding:
@@ -244,7 +247,8 @@
- (Meek) Surplus tolerance:
+ Meek
+ Surplus tolerance:
diff --git a/html/main.css b/html/main.css
index a5621e0..9eb1a87 100644
--- a/html/main.css
+++ b/html/main.css
@@ -16,7 +16,7 @@
along with this program. If not, see .
*/
-@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
+@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');
html, body {
font-family: 'Source Sans Pro', sans-serif;
@@ -46,7 +46,16 @@ a:hover {
.menudiv .subheading {
font-size: 0.8em;
- font-weight: bold;
+ font-weight: 600;
+}
+
+.pill-grey {
+ border-radius: 4px;
+ background-color: #3f454f;
+ color: #fff;
+ font-size: 0.7rem;
+ font-weight: 600;
+ padding: 0 0.5em;
}
.cols-12 {