Re: index file unreadable problem

On Thu, 24 Apr 2003 10:12:24 -0400
"J. David Boyd" <dave@tsc-corp.com> wrote:

> 
> John Russell wrote:
> 
> >i just realized that i had not stated that this is on the Win9x  platform.
> >other viewers may not be seeing this.
> >
> >and i thought that the index file might be a html doc and as such that i 
> >could read the source to find the reqd name ( and purhaps a temporary 
> >workaround thru css to cure problem)  
> >
> >however when in index  i can't view source (it is grayed out)  so that 
> >   ends that effort .... rats. --
> > 
> >
> >John Russell, VE3LL@RAC.CA
> >http://home.cogeco.ca/~ve3ll (2 L's as in LLAMA)
> >check HTML at http://www.htmlhelp.com/tools/validator/
> >check CSS at http://jigsaw.w3.org/css-validator/
> >check JavaScript at http://www.crockford.com/javascript/jslint.html
> >
> >  
> >
> I'm running under XP, with the same problem.
> To get around it for now,
> go to the Views menu, and Zoom In. 

A better solution is to edit the CSS file Amaya/doc/html/index.css
and remove lines:
.level1{
  .....
  padding-bottom : -4px;
  padding-top : -4px;
}
 .level2{
  ...
   padding-bottom : -4px;
   padding-top : -4px;
}

It's now fixed in the CVS base.
    Irene.
-----
Irène Vatton                     INRIA Rhône-Alpes
INRIA                               ZIRST
e-mail: Irene.Vatton@inria.fr       655 avenue de l'Europe
Tel.: +33 4 76 61 53 61             Montbonnot
Fax:  +33 4 76 61 52 07             38334 Saint Ismier Cedex - France

Received on Wednesday, 7 May 2003 06:01:20 UTC