|
FAQ
FAQ
Frequently Asked QuestionsHow do I put my own logo in the noframes skin?The simplest solution is to override the file logo.gif after you finish running jGrouseDoc. Just add the copy statement to your own build file that calls jGrouseDoc. The recommended logo size is 111 x 98 (don't ask why - it just happens to be like that). The other option is to specify your auxiliary stylesheet using aux_css configuration option - see section Customization Guide for details. How do I remove that logo for good?Specify your own stylesheet using aux_css configuration option, where you override the CSS definition: .banner h1 a
{
background: none;
margin: 0px;
padding-left: 0px;
display: block;
height: 100%;
color: black;
text-decoration: none;
}
|
Sign in to add a comment