From d27e86a77cd8cddc098474ad4daef53196a89be1 Mon Sep 17 00:00:00 2001
From: Henrik Levkowetz <henrik@levkowetz.com>
Date: Tue, 28 Apr 2015 22:39:06 +0000
Subject: [PATCH] A better fix for the misaligned table header fields of the
 doc history page.  Superseeds the solution in [9585].  - Legacy-Id: 9586
 Note: SVN reference [9585] has been migrated to Git commit
 cce75254c72287d58c177378f58db563c295281d

---
 ietf/templates/doc/document_history.html | 1 -
 static/css/ietf.css                      | 4 +++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ietf/templates/doc/document_history.html b/ietf/templates/doc/document_history.html
index de8bf750a..052f9e8b7 100644
--- a/ietf/templates/doc/document_history.html
+++ b/ietf/templates/doc/document_history.html
@@ -91,7 +91,6 @@
   <table class="table table-condensed table-striped ietf">
     <thead>
       <tr>
-	<th></th>
         <th>Date</th>
         <th>Rev.</th>
         <th>By</th>
diff --git a/static/css/ietf.css b/static/css/ietf.css
index 08852b0cf..f74c00a43 100644
--- a/static/css/ietf.css
+++ b/static/css/ietf.css
@@ -94,7 +94,9 @@ body { padding-top: 70px; }
 
 /* Hack to make anchor-targets take up a bit more space vertically
  to work around the position fixed navbar which otherwise covers them */
-.anchor-target:before {
+h2.anchor-target:before,
+h3.anchor-target:before,	
+h4.anchor-target:before {
   content: '';
   display: block;
   position: relative;