mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
ed9f455545
Template:Reflist needs a larger column-gap to be consistent with the Vector skin. Bug: T150377 Change-Id: I14911f9b0fa46249cf11a591bc5323a227f7c3cc
11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
/**
|
|
* Template:Reflist - the 30em wide, two column list of references on Wikipedia.
|
|
* https://en.wikipedia.org/wiki/Template:Reflist
|
|
**/
|
|
|
|
.content {
|
|
.reflist {
|
|
column-gap: 2em;
|
|
}
|
|
}
|