diff --git a/archive/css/general.css b/archive/css/general.css index e7d20da..6797d4a 100644 --- a/archive/css/general.css +++ b/archive/css/general.css @@ -232,3 +232,19 @@ kbd { .result-no-output { font-style: italic; } +input.user-checkable { + transform: scale(1.5); + margin-right: 8px; + margin-left: 8px; +} + +ul:has(> li > .user-checkable) { + list-style-type: none; + padding: 0; + margin: 0; +} +li:has(> .user-checkable) { + list-style-type: none; + padding: 0; + margin: 0; +} diff --git a/css/general.css b/css/general.css index e7d20da..6797d4a 100644 --- a/css/general.css +++ b/css/general.css @@ -232,3 +232,19 @@ kbd { .result-no-output { font-style: italic; } +input.user-checkable { + transform: scale(1.5); + margin-right: 8px; + margin-left: 8px; +} + +ul:has(> li > .user-checkable) { + list-style-type: none; + padding: 0; + margin: 0; +} +li:has(> .user-checkable) { + list-style-type: none; + padding: 0; + margin: 0; +} diff --git a/print.html b/print.html index bd7b970..b2a2987 100644 --- a/print.html +++ b/print.html @@ -193,19 +193,19 @@

Introduction

Setup the tools

Setup the crate you want to verify

Note: the instructions below assume you are in the folder of the specific crate (not workspace!) you want to extract.

Note: this part is useful only if you want to run F*.

diff --git a/quick_start/intro.html b/quick_start/intro.html index 2b60dae..4492261 100644 --- a/quick_start/intro.html +++ b/quick_start/intro.html @@ -180,19 +180,19 @@

Setup the tools

Setup the crate you want to verify

Note: the instructions below assume you are in the folder of the specific crate (not workspace!) you want to extract.

Note: this part is useful only if you want to run F*.