Difference between revisions of "MediaWiki:Common.css"

m
change width, re-add column-break-inside fix
m (re-add force reference columns)
m (change width, re-add column-break-inside fix)
/* auto columns*/
.references {
-moz-column-width: 35em300px;
-webkit-column-width: 35em300px;
column-width: 35em300px;
}
 
/* keep long references in blocks */
.references li {
-moz-column-break-inside: avoid;
-webkit-column-break-inside: avoid;
column-break-inside: avoid;
}
 
40,275

edits