visualculture
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

menu.html
text/html

Download raw (255 bytes)

{% extends "base.html" %}

{% block extrahead %}
<base target="_parent" />
{% endblock %}

{% block body %}
<style>
    ul#menu {
        position: static;
    }
    body {
        padding: 0;
    }
</style>
{% endblock %}

{% block js %}
{% endblock %}