From 6865732b4feb1bab467d484cac24362316b0edc4 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 21 Jul 2015 09:28:55 +0000 Subject: [PATCH] Fixed newly introduced html errors in agenda.html. - Legacy-Id: 9834 --- ietf/templates/meeting/meeting_heading.html | 4 ++-- static/css/ietf.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ietf/templates/meeting/meeting_heading.html b/ietf/templates/meeting/meeting_heading.html index 5b0255efa..1847fd8a7 100644 --- a/ietf/templates/meeting/meeting_heading.html +++ b/ietf/templates/meeting/meeting_heading.html @@ -9,9 +9,9 @@ {{ meeting.end_date|date:"F " }} {% endif %} {{ meeting.end_date|date:"j, Y" }} -
+ Updated {{ updated|date:"Y-m-d \a\t G:i:s (T)" }} - + diff --git a/static/css/ietf.css b/static/css/ietf.css index 54b70ba03..fb7b7f09d 100644 --- a/static/css/ietf.css +++ b/static/css/ietf.css @@ -401,4 +401,4 @@ td.ad div { border-bottom: solid #ccc 1px; } .adname { padding-bottom: .5em; line-height: 1em;} -h1 .small .pull-right { line-height: normal } +h1 small .pull-right { margin-top: 10.5px; }