diff options
author | stephan <stephan@noemail.net> | 2022-12-05 14:13:55 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-12-05 14:13:55 +0000 |
commit | e1d25177c2acf7c3584c29ba9979427c4ac4060e (patch) | |
tree | c84c189c70ed53ac6439cc92115395425b4f7fca /ext/wasm/common | |
parent | e0818715b7fdadfba5bb23472048987b339b9f15 (diff) | |
download | sqlite-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')
-rw-r--r-- | ext/wasm/common/emscripten.css | 2 | ||||
-rw-r--r-- | ext/wasm/common/testing.css | 6 |
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;} |