Skip to content

Commit d27e86a

Browse files
committed
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 cce7525
1 parent cce7525 commit d27e86a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

ietf/templates/doc/document_history.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ <h2>Document history</h2>
9191
<table class="table table-condensed table-striped ietf">
9292
<thead>
9393
<tr>
94-
<th></th>
9594
<th>Date</th>
9695
<th>Rev.</th>
9796
<th>By</th>

static/css/ietf.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ body { padding-top: 70px; }
9494

9595
/* Hack to make anchor-targets take up a bit more space vertically
9696
to work around the position fixed navbar which otherwise covers them */
97-
.anchor-target:before {
97+
h2.anchor-target:before,
98+
h3.anchor-target:before,
99+
h4.anchor-target:before {
98100
content: '';
99101
display: block;
100102
position: relative;

0 commit comments

Comments
 (0)