hepabolu wrote:
Ross,
could you please adjust the screen.css for the current Forrest
configuration of the docs?
Sure, I'm just on my way to bed, so will do it in the morning (GMT)
unless you/someone beats me to it.
Just add the stuff you want (below) to the exta-css element of the
skinconf.xml file at
http://svn.apache.org/repos/asf/cocoon/whiteboard/daisy-to-docs/src/documentation/skinconf.xml
The Forrestbot will pick up the changes automatically on the next site
build.
Ross
I think readability will be improved when there are no underlines under
the links in the menu and the box around the selected item is removed.
I.e.
#menu a { font-weight: normal; text-decoration: none; }
#menu a:visited { font-weight: normal; text-decoration: none; }
#menu a:active { font-weight: normal; text-decoration: none; }
#menu a:hover { font-weight: normal; text-decoration: none; }
and
#menu .menupageitemgroup {
padding: 3px 0px 4px 6px;
font-style : normal;
border: none;
margin-right: 10px;
}
Thanks.
Bye, Helma