Make the "Skip site navigation" link point to #content; cgi scripts
have no section navigation so I removed the redundant #contentwrap div but didn't do anything about this link. Pointed out by: Jeff Brown
This commit is contained in:
parent
b2b866fde8
commit
6a28570df9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26522
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.27 2005/11/29 22:57:21 pav Exp $
|
||||
# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.28 2005/12/04 21:52:42 simon Exp $
|
||||
#
|
||||
# Perl routines to encapsulate various elements of HTML page style.
|
||||
|
||||
|
@ -42,7 +42,7 @@ $i_topbar = qq`
|
|||
<span class="txtoffscreen"><a href="#content"
|
||||
title="Skip site navigation" accesskey="1">Skip site
|
||||
navigation</a> (1)</span><span class="txtoffscreen"><a
|
||||
href="#contentwrap" title="Skip section navigation"
|
||||
href="#content" title="Skip section navigation"
|
||||
accesskey="2">Skip section navigation</a> (2)</span>
|
||||
|
||||
<div id="headercontainer">
|
||||
|
|
Loading…
Reference in a new issue