Bug 30874 - Representation/styling of the manual
Representation/styling of the manual
Status: NEW
Product: UCS manual
Classification: Unclassified
Component: General
unspecified
Other Linux
: P5 normal (vote)
: ---
Assigned To: Docu maintainers
:
Depends on:
Blocks: 31556
  Show dependency treegraph
 
Reported: 2013-03-22 13:53 CET by Alexander Kläser
Modified: 2013-05-28 19:57 CEST (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Design, Usability
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kläser univentionstaff 2013-03-22 13:53:12 CET
Currently, the width of the HTML manual is 80% or 100% of the page width. It would be nice to limit the width otherwise lines will be too long to be read with ease. Traditionally 66 characters per line is the golden rule, however, it seems that up to 100 cpl is fine, as well:

  http://viget.com/inspire/the-line-length-misconception
  http://www.simonstratford.com/ideal-line-length/

At the same time, images are set to width=100% which seems quite odd. In order to display them at their correct resolution, and scale them down if required due to the page width, one can set the following CSS property:

  max-width: 100%