From 8c9ecf6540470c6777de6c18d46e6956d4b35dab Mon Sep 17 00:00:00 2001
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Sun, 12 Apr 2015 11:26:43 +0000
Subject: [PATCH] Font size tweaks, additional links, some text changes.  -
 Legacy-Id: 9456

---
 ietf/templates/release/about.html | 61 ++++++++++++++++---------------
 1 file changed, 32 insertions(+), 29 deletions(-)

diff --git a/ietf/templates/release/about.html b/ietf/templates/release/about.html
index 0223ddbf9..537f8bd53 100644
--- a/ietf/templates/release/about.html
+++ b/ietf/templates/release/about.html
@@ -5,37 +5,35 @@
 {% block content %}
 <div class="col-sm-12">
   <h1>About the IETF Datatracker</h1>
-  <big>
-     <p>
+   <p>
 
-	The IETF Datatracker is the primary day-to-day front-end to the IETF database for people
-	who work on IETF standards.  It contains data about the documents, working groups,
-	meetings, agendas, minutes, presentations, and more, of the IETF.
+      The IETF Datatracker is the primary day-to-day front-end to the IETF database for people
+      who work on IETF standards.  It contains data about the documents, working groups,
+      meetings, agendas, minutes, presentations, and more, of the IETF.
 
-     </p>
-     <p>
+   </p>
+   <p>
 
-	The primary public face of IETF is at <a href="https://www.ietf.org/">www.ietf.org</a>.
+      The primary public face of the IETF is at <a href="https://www.ietf.org/">www.ietf.org</a>.
 
-     </p>
-     <p>
+   </p>
+   <p>
 
-	All the Datatracker code is publicly avaliable from the
-	<a href="https://svn.tools.ietf.org/svn/tools/ietfdb">IETF tools SVN repository</a>.
-        Bug tickets and wiki notes are available from the 
-	<a href="https://trac.tools.ietf.org/tools/ietfdb">Issue Tracker</a>, and 
-	there are also <a href="/release">release notes</a> available since version 2.00.
+      All the Datatracker code is publicly avaliable from the
+      <a href="https://svn.tools.ietf.org/svn/tools/ietfdb">IETF tools SVN repository</a>.
+      Bug tickets and wiki notes are available from the 
+      <a href="https://trac.tools.ietf.org/tools/ietfdb">Issue Tracker</a>, and 
+      there are also <a href="/release">release notes</a> available since version 2.00.
 
-     </p>
-     <p>
+   </p>
+   <p>
 
-	Below you'll find a brief history of the datatracker development, in terms of the big
-	moments.  For the nitty-gritty week-to-week code changes, please check the release
-	notes or the commit log.
+      Below you'll find a brief history of the datatracker development, in terms of the big
+      moments.  For the nitty-gritty week-to-week code changes, please check the release
+      notes or the commit log.
 
-     </p>
+   </p>
 
-  </big>
   <h2>Version 6.0.0: Facelift using Bootstrap</h2>
   <p>
 
@@ -67,17 +65,22 @@
      Additional
      <a href="http://trac.tools.ietf.org/tools/ietfdb/log/branch/iola?rev=9116&stop_rev=8520&limit=200">
 	page conversion work
-     </a> has been done by <i>Ole Laursen</i>, with final
-     tweaks by <i>Henrik Levkowetz</i>, giving it a distinct
+     </a> has been done by <i>Ole Laursen</i>, with
+     <a href="http://trac.tools.ietf.org/tools/ietfdb/log/personal/henrik/facelift-r9116">
+	final style tweaks, bug-fixes and adaptations
+     </a>
+     by <i>Henrik Levkowetz</i>, giving it a distinct
      <a href="http://www.colourlovers.com/palette/3702908/Key_West_Sunset">colour palette</a>
      (with the addition of complementing green and red colours for success and error indications),
-     and a selection of fonts
-     (<a href="http://www.identifont.com/show?2G32">PT Serif</a>,
-     <a href="http://www.identifont.com/show?2G2G">PT Sans Caption</a>, and PT Mono) from
-     <a href="http://www.paratype.com/public/">ParaType</a>, provided by
+     and a selection of fonts from
+     <a href="http://www.paratype.com/public/">ParaType</a>
+     (<a href="http://www.identifont.com/show?2G32">PT Serif</a> for body text,
+     <a href="http://www.identifont.com/show?2G2G">PT Sans Caption</a> for headers,
+     <a href="http://www.identifont.com/show?2G2F">PT Sans</a> for menus,
+     and PT Mono for monospaced documents), served by
      <a href="https://www.google.com/fonts">Google Fonts</a>.  (Even if PT Sans Caption was
      created as a 'Caption' (6-8pt) <a href="http://en.wikipedia.org/wiki/Font#Optical_size">
-     optical size</a> font to go with PT Sans, it works well for headers paired with Pt Serif.)
+     optical size</a> font to go with PT Sans, it works well for headers when paired with PT Serif.)
 
   </p>
   <h3>Version 5.x Work</h3>