Skip to content

Commit 2e97b53

Browse files
authored
Merge pull request #3478 from ArmDeveloperEcosystem/adsv5-updates
remove lines in about section
2 parents 58fe36b + 813b0da commit 2e97b53

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

assets/css/context-tables.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ td.nowrap {
55
white-space: nowrap;
66
}
77

8+
.learning-path-metadata .td-metadata-key,
9+
.learning-path-metadata .td-metadata-value {
10+
border-top: 0;
11+
border-bottom: 0;
12+
}
13+
814
.td-metadata-key {
915
height: fit-content;
1016
padding: 0px;

themes/arm-design-system-hugo-theme/layouts/partials/general-formatting/metadata-table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999

100100
<!-- Markdown metadata table -->
101-
<div class="content-box">
101+
<div class="content-box{{ if $is_learning_path }} learning-path-metadata{{ end }}">
102102
{{- $page_h2 := printf "About this %s" $table_name -}}
103103
{{- $p_title := .Title -}}
104104
{{- range $seo_pages -}}

0 commit comments

Comments
 (0)