You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Xavier Hanin (JIRA)" <ji...@apache.org> on 2008/01/03 17:26:33 UTC

[jira] Resolved: (IVY-666) Limit the width of running text

     [ https://issues.apache.org/jira/browse/IVY-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xavier Hanin resolved IVY-666.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0-beta-2
         Assignee: Xavier Hanin

I've fixed the readibility problem by using the overflow attribute on pre elements, so that the line length no longer depends on long lines in pre elements, but rather on browser window size.

> Limit the width of running text
> -------------------------------
>
>                 Key: IVY-666
>                 URL: https://issues.apache.org/jira/browse/IVY-666
>             Project: Ivy
>          Issue Type: Improvement
>          Components: Documentation
>    Affects Versions: 2.0.0-alpha-2
>            Reporter: Niklas Matthies
>            Assignee: Xavier Hanin
>             Fix For: 2.0.0-beta-2
>
>
> On pages with wide code samples, example output or pictures, the lines of normal running text stretch equally wide, which is detrimental to the text's legibility. Lines should therefore be limited to a reasonable length for running text.
> One way to achieve this would be to markup all paragraphs of running text with {{<p class="running-text">}}...{{</p>}}, and add a CSS style like "{{p.running-text { width: 40em; }}}" (or "{{max-width}}" for those browsers that support it).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.