Hello!

I had the same problem yesterday, but with the help of the Web Developer extension for Firefox, it was easy to solve the problem ;)

Just added, in main.css, the following (in fact, copied a existing one and altered two or three things):

ul.level-2,ul.level2 { // not sure why both, only the second made effect
        width: 194px;  // at least in Firefox; don't know if IE needs
        padding: 0;    // the first one or not
        padding-left: 6px;
        list-style-type: none;
        list-style-position: inside;
        margin-left: 0;
}

*Maybe* it could have been sized down, don't know if list-style-* is really needed here, I really did not test this possibility.

Wondering if the users would possibly create another subpage, just created the same for level 3 and modified the width and padding-left values.



Felipe Braun Azambuja
[EMAIL PROTECTED]


 (Chems Touati) wrote:
Hello,

Were are the spacing and bullets defined for the Navigation? I can't seem to find these in the main.css ort richEdit.css


For an example of the problem:

http://www.macos.utah.edu/Documentation/Magnolia/Navigation_error.png

Any tips, pointers, ideas greatly appreciated.

Regards,

//cheMs

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to