overlay and arrow fix
This commit is contained in:
parent
afd86fee32
commit
ed1ef6e99c
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
{% if page.url == post.url %}
|
{% if page.url == post.url %}
|
||||||
<img src="/assets/images/site_arrow.gif" height=5%
|
<img src="/assets/images/site_arrow.gif" height=5%
|
||||||
>
|
class="inline">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="{{ post.url }}"
|
<a href="{{ post.url }}"
|
||||||
{% if page.url == post.url %} id="current" {% endif %}>
|
{% if page.url == post.url %} id="current" {% endif %}>
|
||||||
|
@ -23,5 +23,9 @@ h1 {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
top: 0; bottom: 0;
|
top: 0; bottom: 0;
|
||||||
left: 0; right: 0;
|
left: 0; right: 0;
|
||||||
z-index: 99;
|
z-index: 1000001;
|
||||||
|
}
|
||||||
|
|
||||||
|
.inline {
|
||||||
|
height: 1em;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user