MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
#content h5 { font-size: 110%; }
#content h5 { font-size: 110%; }


.col2 { column-count: 2; text-align: justify; text-justify: inter-word; }
.col2 { column-count: 2;  column-gap: 35px; text-align: justify; text-justify: inter-word; }
.col3 { column-count: 3; text-align: justify; text-justify: inter-word; }
.col3 { column-count: 3;  column-gap: 30px; text-align: justify; text-justify: inter-word; }
.col4 { column-count: 4; text-align: justify; text-justify: inter-word; }
.col4 { column-count: 4;  column-gap: 25px; text-align: justify; text-justify: inter-word; }


/**
/**