MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 10: Line 10:
#content h5 { font-size: 110%; }
#content h5 { font-size: 110%; }


.col2 { column-count: 2; }
.col2 { column-count: 2; text-align: justify; text-justify: inter-word; }
.col3 { column-count: 3; }
.col3 { column-count: 3; text-align: justify; text-justify: inter-word; }
.col4 { column-count: 4; }
.col4 { column-count: 4; text-align: justify; text-justify: inter-word; }


/**
/**