overlay and arrow fix

This commit is contained in:
etherware-novice 2024-07-28 16:58:22 -05:00
parent afd86fee32
commit ed1ef6e99c
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701
2 changed files with 6 additions and 2 deletions

View File

@ -10,7 +10,7 @@
{% if page.url == post.url %}
<img src="/assets/images/site_arrow.gif" height=5%
>
class="inline">
{% endif %}
<a href="{{ post.url }}"
{% if page.url == post.url %} id="current" {% endif %}>

View File

@ -23,5 +23,9 @@ h1 {
height: 100%;
top: 0; bottom: 0;
left: 0; right: 0;
z-index: 99;
z-index: 1000001;
}
.inline {
height: 1em;
}