We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d8ada commit 6865732Copy full SHA for 6865732
2 files changed
ietf/templates/meeting/meeting_heading.html
@@ -9,9 +9,9 @@ <h1>
9
{{ meeting.end_date|date:"F " }}
10
{% endif %}
11
{{ meeting.end_date|date:"j, Y" }}
12
- <div class="pull-right">
+ <span class="pull-right">
13
Updated {{ updated|date:"Y-m-d \a\t G:i:s (T)" }}
14
- </>
+ </span>
15
16
</small>
17
static/css/ietf.css
@@ -401,4 +401,4 @@ td.ad div { border-bottom: solid #ccc 1px; }
401
402
.adname { padding-bottom: .5em; line-height: 1em;}
403
404
-h1 .small .pull-right { line-height: normal }
+h1 small .pull-right { margin-top: 10.5px; }
0 commit comments