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
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.