diff --git a/index.html b/index.html
index bd6b069..e82e9fe 100644
--- a/index.html
+++ b/index.html
@@ -24,11 +24,15 @@
A:focus { text-decoration: underline; }
#filter { width: 100%; }
#search { width: 100%; display: table; }
- .search_span { display: table-cell; text-align: center; vertical-align: middle; }
+ .search_span { display: table-cell; text-align: center; vertical-align: middle;
+ padding-left: 0.1em; padding-right: 0.1em; }
.head { font-size: 16px; text-align:left; padding-top: 0.2em; margin-bottom: -0.5em; }
#menu { font-size: 12px; width: 3em; }
- .tickbox { width: 3em; }
+ .tickbox { }
#reload_span { float: right; }
+ #open_blank_span { cursor: pointer; font-size:16px;}
+ #open_blank_box { position:relative; left: 0.35em }
+ #open_blank_arrow { position: relative; left: -0.25em; top: -0.2em; }
LI.nolink:before {
content:" ";
padding-right: 1.0em;
@@ -101,6 +105,8 @@ function make_menu() {
sel.id="menu";
doc.appendChild(sel);
var opt=document.createElement("option");
+ opt.value="";
+ opt.innerHTML="#";
sel.appendChild(opt);
for (c=0; c
- ^
+ ☐←
↻