Jump to content

User:George A. M./common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Enable auto-hyphenation
 
Add text justification
 
Line 1: Line 1:
#bodyContent { -moz-hyphens: auto; hyphens: auto; }
#bodyContent {
hyphens: auto;
text-align: justify;
}

Latest revision as of 22:05, 6 April 2014

#bodyContent {
	hyphens: auto;
	text-align: justify;
}