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 cce75254c7
This commit is contained in:
parent
cce75254c7
commit
d27e86a77c
|
@ -91,7 +91,6 @@
|
||||||
<table class="table table-condensed table-striped ietf">
|
<table class="table table-condensed table-striped ietf">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
|
||||||
<th>Date</th>
|
<th>Date</th>
|
||||||
<th>Rev.</th>
|
<th>Rev.</th>
|
||||||
<th>By</th>
|
<th>By</th>
|
||||||
|
|
|
@ -94,7 +94,9 @@ body { padding-top: 70px; }
|
||||||
|
|
||||||
/* Hack to make anchor-targets take up a bit more space vertically
|
/* Hack to make anchor-targets take up a bit more space vertically
|
||||||
to work around the position fixed navbar which otherwise covers them */
|
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: '';
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue