perl/modules/W3C/LinkChecker/docs checklink.html,1.19,1.20 linkchecker.css,1.4,1.5

Update of /sources/public/perl/modules/W3C/LinkChecker/docs
In directory hutz:/tmp/cvs-serv30830/docs

Modified Files:
	checklink.html linkchecker.css 
Log Message:
Remove the "Skip navigation" link as it is not too useful at the moment.

Index: checklink.html
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/checklink.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- checklink.html	2 Jun 2004 19:07:19 -0000	1.19
+++ checklink.html	8 Jun 2004 17:15:02 -0000	1.20
@@ -18,7 +18,6 @@
     </div>
 
     <ul class="navbar" id="menu">
-        <li><span class="hideme"><a href="#skip" accesskey="s" title="Skip past navigation to main part of page">Skip Navigation</a> |</span>
         <li><a href="http://validator.w3.org/checklink" accesskey="l" title="The Link Checker Service at W3C">Link Checker</a></li>
         <li><a href="http://search.cpan.org/dist/W3C-LinkChecker/" accesskey="i" title="Download the source / Install this service">Download</a></li>
         <li>
@@ -26,7 +25,6 @@
     </ul>
 
     <div id="main">
-    <a name="skip" id="skip"></a>
     <ul>
       <li><a href="#about">About this service</a></li>
       <li><a href="#what">What it does</a></li>

Index: linkchecker.css
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/linkchecker.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- linkchecker.css	31 May 2004 07:04:53 -0000	1.4
+++ linkchecker.css	8 Jun 2004 17:15:02 -0000	1.5
@@ -16,11 +16,9 @@
   border:           0;
 }
 
-.hideme {display: none}
-
 div#main {
   padding-top:      1em;
-  margin:      0;
+  margin:           0;
 }
 
 div#main p {

Received on Tuesday, 8 June 2004 13:15:04 UTC