Hi, I have been looking at using a little
css to make the hand-made ant manual pages look a bit like
the generated ant manual pages. The css is quite small:

h2 {
 font-size: 200%;
 background-color: ffffff;
}

h3 {
 font-size: 130%;
 color:     #ffffff;
 background-color: #525D76;
}

h4 {
 color:  #ffffff;
 background-color: #828DA6;
}

td {
  background-color: eeeeee;
  color:            000000;
}

pre {
  background-color: efefef;
}

I would like to add a reference to the css file for
the non-generated pages. It probablly should be
a different stylesheet file that the antmanual.css as
that one should also be used by the generated pages.

What do people think about this?

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to