Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e26256f

Browse files
committed
docs(guide/$location): fix table header formatting
Closes #13456 Closes #13459
1 parent e45f9b6 commit e26256f

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

docs/app/assets/css/docs.css

+6
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,12 @@ ul.events > li {
589589
vertical-align: top;
590590
}
591591

592+
.table > tbody > tr.head > td,
593+
.table > tbody > tr.head > th {
594+
border-bottom: 2px solid #ddd;
595+
padding-top: 50px;
596+
}
597+
592598
@media only screen and (min-width: 769px) and (max-width: 991px) {
593599
.main-body-grid {
594600
margin-top: 160px;

docs/content/guide/$location.ngdoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,8 @@ then uses the information it obtains to compose hashbang URLs (such as
771771
</tr>
772772

773773
<tr class="head">
774-
<td>Navigation outside the app</td>
775-
<td>Use lower level API</td>
774+
<th>Navigation outside the app</td>
775+
<th>Use lower level API</td>
776776
</tr>
777777

778778
<tr>
@@ -786,8 +786,8 @@ then uses the information it obtains to compose hashbang URLs (such as
786786
</tr>
787787

788788
<tr class="head">
789-
<td>Read access</td>
790-
<td>Change to</td>
789+
<th>Read access</td>
790+
<th>Change to</td>
791791
</tr>
792792

793793
<tr>

0 commit comments

Comments
 (0)