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

Commit e9aba90

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

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
@@ -641,6 +641,12 @@ ul.events > li {
641641
vertical-align: top;
642642
}
643643

644+
.table > tbody > tr.head > td,
645+
.table > tbody > tr.head > th {
646+
border-bottom: 2px solid #ddd;
647+
padding-top: 50px;
648+
}
649+
644650
@media only screen and (min-width: 769px) and (max-width: 991px) {
645651
.main-body-grid {
646652
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)