My favorites | Sign in
Project Logo
                
Search
for
Updated Mar 31, 2008 by denis.riabtchik
FAQ  
FAQ


Navigation>> Start Next - Release Notes Previous - CustomizationGuide

Frequently Asked Questions

How 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;
}

Navigation>> Start Next - Release Notes Previous - CustomizationGuide


Sign in to add a comment
Hosted by Google Code