aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-08-19 15:10:59 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-08-19 15:10:59 -0400
commit1fe42d7b197e0fe8fd3d693ba68f0400f2521e2d (patch)
tree97995aa843d3a968b4e88440e85775a9070ecd33 /docs
parent05f5b84b409129976e4c6851558176b4097c31de (diff)
Move permalink next to run button and spell it out more
Diffstat (limited to 'docs')
-rw-r--r--docs/try.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/try.html b/docs/try.html
index be71404b..764a18a4 100644
--- a/docs/try.html
+++ b/docs/try.html
@@ -9,6 +9,7 @@
li { margin:0.7em 0; }
#code { width:100%; outline:none; }
#run, #perm { float:right; }
+ #perm { font-size:0.7em; margin:-0.2em 1.6em 0 0; }
.cont { margin:1.3em 0; }
#rslt { border:none; background:none; min-height:8em; }
#rslt.err { color:#d11; }
@@ -24,11 +25,11 @@
</head>
<body>
<a href="https://mlochbaum.github.io/BQN/" title='BQN homepage'>BQN</a>
- <a id="perm" href="#" title='Permalink'>#</a>
<div class="cont">
<div id="kb" class="bqn"></div>
<textarea id="code" class="bqn" rows="8" autofocus></textarea>
<input id="run" type="submit" value="Run (or shift-enter)">
+ <a id="perm" href="#" title="Link with the code above embedded">permalink</a>
</div>
<pre id="rslt"></pre>
<p>