summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicksphere.ch>2022-08-07 00:00:00 +0000
committerNicholas Johnson <nick@nicksphere.ch>2022-08-07 00:00:00 +0000
commitbeb43e8bb85e0358ceec3163495baea4b25181122719eb794a882a37a36e7ec9 (patch)
treecf320ee2f40b0ae3ca0171098caf6cb04bcd64dc56173f6c6822c7f047fab09b
parent64644083d638b406de38a347c1f0230e92c9e83d96106c889a5f10f3ad5ac923 (diff)
Remove leading zero from <ol> for Gemini convergence
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index c078c48..425537b 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -82,7 +82,7 @@ blockquote p {
}
ol {
- list-style: decimal-leading-zero inside none;
+ list-style: decimal inside none;
}
ul {