forked from rc/aircox
radiocampus: fred css reshape
This commit is contained in:
@ -55,7 +55,7 @@ function display(id) {
|
||||
<!-- <a href="{% url "timetable-list" date=date %}">{{ date|date:"l d F Y" }}</a> -->
|
||||
<section class="clear-both list grid radiocampus-grid" role="list">
|
||||
</section>
|
||||
{% with list_class="radiocampus-grid" %}
|
||||
{% with list_class="list-home" %}
|
||||
{{ block.super }}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
@ -65,7 +65,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block list-container %}
|
||||
<section class="container clear-both list grid {{ list_class|default:"" }} listfive" role="list">
|
||||
<section class="container clear-both list grid {{ list_class|default:"" }} list-emissions" role="list">
|
||||
{% block list %}
|
||||
{% with has_headline=True %}
|
||||
{% for object in object_list %}
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
{% block list-container %}
|
||||
{% with list_class="grid" %}
|
||||
<section class="container clear-both list grid radiocampus-grid listfive" role="list">
|
||||
<section class="container clear-both list grid list-grille list-home list-emissions" role="list">
|
||||
<section class="container" style="display:flex;justify-content:flex-end;min-height:600px">
|
||||
<div style="max-width:600px;">
|
||||
{% block list %}
|
||||
|
Reference in New Issue
Block a user