Snippets/Paragraph justification

How to use Snippets
List of Snippets
Paragraph justification
Language(s): CSS
Compatible with: MediaWiki ?+ (All skins)

Description edit

Justify paragraphs (cf. bugzilla:52810).

/**
 * Justify paragraphs
 * @source mediawiki.org/wiki/Snippets/Paragraph_justification
 * @revision 1.0 (2014-02-06)
 * @author MediaWiki
 */
#article, #bodyContent, #mw_content { text-align: justify; }