aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/common/testing.css
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-12-05 14:13:55 +0000
committerstephan <stephan@noemail.net>2022-12-05 14:13:55 +0000
commite1d25177c2acf7c3584c29ba9979427c4ac4060e (patch)
treec84c189c70ed53ac6439cc92115395425b4f7fca /ext/wasm/common/testing.css
parente0818715b7fdadfba5bb23472048987b339b9f15 (diff)
downloadsqlite-e1d25177c2acf7c3584c29ba9979427c4ac4060e.tar.gz
sqlite-e1d25177c2acf7c3584c29ba9979427c4ac4060e.zip
Expose sqlite3_get/set_auxdata() to wasm. Minor test app CSS tweaks.
FossilOrigin-Name: 44659ad32a9fe6363badfc5dbb0bd51d6fb2ee1c8aa47b71e9cf3dbd631fde9e
Diffstat (limited to 'ext/wasm/common/testing.css')
-rw-r--r--ext/wasm/common/testing.css6
1 files changed, 6 insertions, 0 deletions
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;}