forked from HPR/hpr_generator
		
	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; | 	background-position: right -15px top -20px, left top; | ||||||
| 	color: var(--banner-text-primary); | 	color: var(--banner-text-primary); | ||||||
| 	align-items: center; | 	align-items: center; | ||||||
|  | 	border-top: var(--background-secondary) solid 1rem; | ||||||
| } | } | ||||||
| body > header > * { | body > header > * { | ||||||
| 	margin: 0; | 	margin: 0; | ||||||
|   | |||||||
| @@ -27,16 +27,14 @@ | |||||||
| </head> | </head> | ||||||
|  |  | ||||||
| <body> | <body> | ||||||
| <div id="top_navigation"> | <div id="top_navigation" class="sr-only"> | ||||||
| 	<nav id="accessible_menu"> | 	<nav id="accessible_menu"> | ||||||
| 		<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="<!--% 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> | 		</menu> | ||||||
| 	</nav> | 	</nav> | ||||||
| 	<nav id="main_menu" class="menu" role="navigation"> | 	<hr class="no-css"> | ||||||
| 	<!--% INCLUDE "navigation-main.tpl.html" %--> |  | ||||||
| 	</nav> |  | ||||||
| </div> | </div> | ||||||
| <header role="banner"> | <header role="banner"> | ||||||
|   <hgroup id="title"> |   <hgroup id="title"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user