aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/common
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wasm/common')
-rw-r--r--ext/wasm/common/emscripten.css2
-rw-r--r--ext/wasm/common/testing.css6
2 files changed, 7 insertions, 1 deletions
diff --git a/ext/wasm/common/emscripten.css b/ext/wasm/common/emscripten.css
index 7e3dc811d..d8f82c73b 100644
--- a/ext/wasm/common/emscripten.css
+++ b/ext/wasm/common/emscripten.css
@@ -1,4 +1,4 @@
-/* emcscript-related styling, used during the module load/intialization processes... */
+/* emscripten-related styling, used during the module load/intialization processes... */
.emscripten { padding-right: 0; margin-left: auto; margin-right: auto; display: block; }
div.emscripten { text-align: center; }
div.emscripten_border { border: 1px solid black; }
diff --git a/ext/wasm/common/testing.css b/ext/wasm/common/testing.css
index 9438b330c..fb44f1d61 100644
--- a/ext/wasm/common/testing.css
+++ b/ext/wasm/common/testing.css
@@ -61,3 +61,9 @@ span.labeled-input {
flex-direction: column-reverse;
}
label[for] { cursor: pointer }
+
+h1 {
+ border-radius: 0.25em;
+ padding: 0.15em 0.25em;
+}
+h1:first-of-type {margin: 0 0 0.5em 0;}