Remove top menu
Remove main navigation and make skip to main accessibility link visible to screen readers only.
This commit is contained in:
@@ -118,6 +118,7 @@ body > header {
|
||||
background-position: right -15px top -20px, left top;
|
||||
color: var(--banner-text-primary);
|
||||
align-items: center;
|
||||
border-top: var(--background-secondary) solid 1rem;
|
||||
}
|
||||
body > header > * {
|
||||
margin: 0;
|
||||
|
@@ -27,16 +27,14 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="top_navigation">
|
||||
<div id="top_navigation" class="sr-only">
|
||||
<nav id="accessible_menu">
|
||||
<menu>
|
||||
<li><a href="#main_content">Skip to Main Content</a></li>
|
||||
<li><a href="<!--% absolute_path(baseurl) %-->sitemap.html#main_content">Site Map</a></li>
|
||||
<li><a href="#main_content"><span class="sr-only">Skip to </span>Main Content</a></li>
|
||||
</menu>
|
||||
</nav>
|
||||
<nav id="main_menu" class="menu" role="navigation">
|
||||
<!--% INCLUDE "navigation-main.tpl.html" %-->
|
||||
</nav>
|
||||
<hr class="no-css">
|
||||
</div>
|
||||
<header role="banner">
|
||||
<hgroup id="title">
|
||||
|
Reference in New Issue
Block a user