mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-13 17:53:09 +00:00
085f28a969
File was added with I6f9b85cd6cfdb055692b1f537d569c158900f7c9 Change-Id: I0ec5400422c5f8dc9f38c64dc3051a512fe20afe
8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
@import 'mediawiki.mixins.less';
|
|
|
|
.mw-references-columns {
|
|
/* Minerva skin width is cut to 1000px (62.5em). With margins/paddings included this
|
|
leaves 55.8em for content. This ensures that 2 columns will be used where possible */
|
|
.column-width( 25em );
|
|
}
|