FIX: fixed css (space between page header and page body)

This commit is contained in:
2019-03-25 10:54:22 +01:00
parent eebf02b66c
commit 94402fb5d0
24 changed files with 63 additions and 46 deletions

View File

@@ -11,7 +11,7 @@
{% endblock messages %}
{% block page-container-fluid %}
<h1>Header h1 <small>Small Text</small></h1>
<h1 class="top-most">Header h1 <small>Small Text</small></h1>
<h2>Header h2 <small>Small Text</small></h2>
<h3>Header h3 <small>Small Text</small></h3>
<h4>Header h4 <small>Small Text</small></h4>

View File

@@ -4,14 +4,14 @@
{% block head-title %}{% block error-code %}{% endblock %} {% block error-title %}Error{% endblock %} - {{ block.super }}{% endblock head-title %}
{% block page-container %}
<div class="panel panel-danger">
<div class="panel-heading">
<h1>{% block error-heading %}Error{% endblock %}</h1>
</div>
<div class="panel-body">
{% block error-body %}
<p>Irgendwas ist hier falsch gelaufen.</p>
{% endblock %}
</div>
<div class="panel panel-danger top-most">
<div class="panel-heading">
<h1>{% block error-heading %}Error{% endblock %}</h1>
</div>
<div class="panel-body">
{% block error-body %}
<p>Irgendwas ist hier falsch gelaufen.</p>
{% endblock %}
</div>
</div>
{% endblock page-container %}

View File

@@ -3,7 +3,7 @@
{% load i18n %}
{% block page-container %}
<div class="jumbotron">
<div class="jumbotron top-most">
<h1>Hallo,</h1>
<p>
du bist auf dem Entwicklungs- und Testserver der
@@ -13,7 +13,6 @@
Wenn du Fragen hast, kannst du dich an
<a href="mailto:heinzel@alpenverein-karlsruhe.de">heinzel@alpenverein-karlsruhe.de</a> wenden.
</p>
<p>&nbsp;</p>
{% if root_urls %}
<h3>Module:</h3>
<div class="list-group">