We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce7525 commit d27e86aCopy full SHA for d27e86a
2 files changed
ietf/templates/doc/document_history.html
@@ -91,7 +91,6 @@ <h2>Document history</h2>
91
<table class="table table-condensed table-striped ietf">
92
<thead>
93
<tr>
94
- <th></th>
95
<th>Date</th>
96
<th>Rev.</th>
97
<th>By</th>
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,
98
+h3.anchor-target:before,
99
+h4.anchor-target:before {
100
content: '';
101
display: block;
102
position: relative;
0 commit comments