diff --git a/index.html b/index.html index cbba95e..ddfaf76 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ A:focus { text-decoration: underline; } #filter { width: 90%; } .head { font-size: 16px; text-align:left; padding-top: 0.2em; margin-bottom: -0.5em; } - .tickbox { display: block; float: right; } + .tickbox { z-index:99; display: block; position: absolute; top: 5px; right:5px; } LI.nolink:before { content:" "; padding-right: 1.0em; @@ -217,7 +217,7 @@ var config = {
-