[ 
https://jira.codehaus.org/browse/MSKINS-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte closed MSKINS-10.
--------------------------------

    Resolution: Fixed

Fixed in [rev. 1222966|http://svn.apache.org/viewvc?rev=1222966&view=rev]
The {{white-space:nowrap}} can result in a vertial scrollbar. I've decided to 
fix it with a {{text-indent}} to recognize the menu items better.
                
> Suppress line wrapping in navigation caused by spaces or hyphens  
> ------------------------------------------------------------------
>
>                 Key: MSKINS-10
>                 URL: https://jira.codehaus.org/browse/MSKINS-10
>             Project: Maven Skins
>          Issue Type: Improvement
>          Components: Stylus Skin
>    Affects Versions: stylus-1.3
>         Environment: Maven 2.2.1, maven-site-plugin 2.2
>            Reporter: Michael Hinterseher
>            Assignee: Robert Scholte
>            Priority: Minor
>             Fix For: stylus-1.4
>
>
> Long navigation entries are wrapped by browser. This reduces the usability of 
> the navigation tree.
> In combination with the nice on mouse over showing the full text the 
> navigation readability would improve if line wrapping would be suppressed.
> Change items in navigation from
> <li class="none" nowrap>
> to
> <li class="none" style="white-space: nowrap">
> Or define a class and a style for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to