2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-18 20:37:36 +00:00

bad expo pages format

This commit is contained in:
2025-01-28 19:56:40 +00:00
parent 6e7f0d39cc
commit db1c1fec6c
2 changed files with 6 additions and 17 deletions

View File

@@ -9,10 +9,10 @@
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
{% block extrahead %}{% endblock %}
</head>
{% block toolbar %}
{% if troggle %}{% include 'troggletoolbar.html' %}{% endif %}
{% endblock %}
<body {% block bodyattrs %}{% endblock %}>
{% if troggle %}
{% include 'troggletoolbar.html' %}
{% endif %}
{% block body %}{% endblock %}
</body>
</html>

View File

@@ -2,22 +2,11 @@
{% extends "expobase.html" %}
{% block title %}{{ title }}{% endblock %}
{% block bodyattrs %}{% if homepage %} id="homepage"{% endif %}{% endblock %}
{% block body %}
{% if troggle %}
<style>
h2#tophead {
margin-top: 5px;
margin-bottom: 20px;
margin-right: -22px;
margin-left: 0px;
}
h1 {
margin-top: 30px;
display: block;
}
</style>
{% endif %}
{% block body %}
{{ body|safe }}
{% if homepage %}