summaryrefslogtreecommitdiffstats
path: root/main.css
diff options
context:
space:
mode:
authorBrian Cully <bjc@spork.org>2025-08-23 10:22:11 -0400
committerBrian Cully <bjc@spork.org>2025-08-23 11:36:31 -0400
commit5b8962e35836cf7ccbfdbca312f6b0eb9269e2a6 (patch)
treee537f04279c4b1ef27f7040c25beff2551c8bf84 /main.css
parent12c06171b3f94696e852c3910c116f56cbfc5b64 (diff)
downloadautomathon-5b8962e35836cf7ccbfdbca312f6b0eb9269e2a6.tar.gz
automathon-5b8962e35836cf7ccbfdbca312f6b0eb9269e2a6.zip
show wordlist in html on compile
Diffstat (limited to 'main.css')
-rw-r--r--main.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/main.css b/main.css
index c6603e1..15d721d 100644
--- a/main.css
+++ b/main.css
@@ -6,3 +6,21 @@ textarea {
width: 25em;
height: 25ex;
}
+
+x-bytecode {
+ display: block;
+}
+
+x-bytecode::before {
+ display: inline-block;
+ width: 1em;
+ content: attr(x-index);
+ text-align: right;
+ padding-right: 0.4em;
+}
+
+x-op {
+ display: inline-block;
+ padding: 5px;
+ border: 1px solid grey;
+}