Last modified: 2011-05-15 00:24:08 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T2483, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 483 - Printed articles should have justified paragraphs by default
Printed articles should have justified paragraphs by default
Status: RESOLVED WONTFIX
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
unspecified
All All
: Lowest enhancement with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: 524
  Show dependency treegraph
 
Reported: 2004-09-14 10:24 UTC by Hemanshu Desai
Modified: 2011-05-15 00:24 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Hemanshu Desai 2004-09-14 10:24:27 UTC
Printed articles should have justified paragraphs by default.
Comment 1 JeLuF 2004-09-14 12:21:31 UTC
Why in print and not on screen?
Comment 2 Hemanshu Desai 2004-09-14 15:48:35 UTC
(In reply to comment #1)
> Why in print and not on screen?

on screen, it's a preference, but the print preference is not that obvious.
Unjustified text looks unprofessional in print. Ofcourse, this is a Wikipedia
issue rather than a MediaWiki issue
Comment 3 Brion Vibber 2004-09-19 05:13:27 UTC
This would neatly work around bug 524, however I'm not sure it's a good idea.

My main concern is that justified text looks *really bad* when it includes long words (or worse, URLs). Browsers aren't generally smart 
enough to hyphenate, and the resulting huge spaces look, to my eye, much less professional than ragged-right text with normal 
word spacing.
Comment 4 Gabriel Wicke 2006-03-24 08:47:21 UTC
This snippet in your user stylesheet should do what you are looking for:

@media print {
    #content { 
        text-align: justify; 
    }
}

If users who choose 'justify' in their prefs usually want to print justified as
well it's fairly easy to add the snippet above to the css this pref generates.
Can you check if this justifies things properly?
Comment 5 Mark A. Hershberger 2011-05-15 00:24:08 UTC
you can add the above css snippet to your user stylesheet

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links