Skip to content

Commit 193e279

Browse files
authored
Merge pull request #3516 from ArmDeveloperEcosystem/adsv5
remove unnecessary text in masthead
2 parents cb6cb75 + 5510222 commit 193e279

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

assets/css/cross-page.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,9 @@ table {
158158
border-color: transparent;
159159
}
160160
table tbody td {
161-
border-top: transparent;
161+
border-top: transparent;
162162
}
163163

164-
165-
166164
/* Fix Nav Masthead Breadcrumb container */
167165
/*************************************/
168166
#nav-masthead-breadcrumbs {

themes/arm-design-system-hugo-theme/layouts/_default/baseof.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
{{ end }}
1616
</head>
1717
<body>
18-
<a href="#main" class="skip-link">Skip to main content</a>
19-
2018
{{partial "header/nav-masthead.html" .}}
2119

2220
{{ if not .IsHome }}

0 commit comments

Comments
 (0)