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

docs(guide/$location): fix table header formatting #13459

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/app/assets/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,12 @@ ul.events > li {
vertical-align: top;
}

.table > tbody > tr.head > td,
.table > tbody > tr.head > th {
border-bottom: 2px solid #ddd;
padding-top: 50px;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
.main-body-grid {
margin-top: 160px;
Expand Down
8 changes: 4 additions & 4 deletions docs/content/guide/$location.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -771,8 +771,8 @@ then uses the information it obtains to compose hashbang URLs (such as
</tr>

<tr class="head">
<td>Navigation outside the app</td>
<td>Use lower level API</td>
<th>Navigation outside the app</td>
<th>Use lower level API</td>
</tr>

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

<tr class="head">
<td>Read access</td>
<td>Change to</td>
<th>Read access</td>
<th>Change to</td>
</tr>

<tr>
Expand Down