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;  column-gap: 35px; text-align: justify; text-justify: inter-word; }
.col2 { column-count: 2;  column-gap: 35px; text-align: justify; text-justify: inter-word;  hyphens: auto; }
.col3 { column-count: 3;  column-gap: 30px; text-align: justify; text-justify: inter-word; }
.col3 { column-count: 3;  column-gap: 30px; text-align: justify; text-justify: inter-word;  hyphens: auto; }
.col4 { column-count: 4;  column-gap: 25px; }
.col4 { column-count: 4;  column-gap: 25px; }