Fixed newly introduced html errors in agenda.html.
- Legacy-Id: 9834
This commit is contained in:
parent
e8d8ada124
commit
6865732b4f
|
@ -9,9 +9,9 @@
|
||||||
{{ meeting.end_date|date:"F " }}
|
{{ meeting.end_date|date:"F " }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ meeting.end_date|date:"j, Y" }}
|
{{ meeting.end_date|date:"j, Y" }}
|
||||||
<div class="pull-right">
|
<span class="pull-right">
|
||||||
Updated {{ updated|date:"Y-m-d \a\t G:i:s (T)" }}
|
Updated {{ updated|date:"Y-m-d \a\t G:i:s (T)" }}
|
||||||
</>
|
</span>
|
||||||
|
|
||||||
</small>
|
</small>
|
||||||
|
|
||||||
|
|
|
@ -401,4 +401,4 @@ td.ad div { border-bottom: solid #ccc 1px; }
|
||||||
|
|
||||||
.adname { padding-bottom: .5em; line-height: 1em;}
|
.adname { padding-bottom: .5em; line-height: 1em;}
|
||||||
|
|
||||||
h1 .small .pull-right { line-height: normal }
|
h1 small .pull-right { margin-top: 10.5px; }
|
||||||
|
|
Loading…
Reference in a new issue