Merge "Adding a reflist.less file to hold Template:Reflist specific styles"

This commit is contained in:
jenkins-bot 2019-06-04 21:43:18 +00:00 committed by Gerrit Code Review
commit 3973853f59
2 changed files with 11 additions and 0 deletions

View File

@ -12,6 +12,7 @@ FIXME: Review all of these hacks to see if they still apply.
@import '../../minerva.less/minerva.variables';
@import '../../minerva.less/minerva.mixins';
@import 'templates/ambox.less';
@import 'templates/reflist.less';
.collapsible td {
width: auto !important;

View File

@ -0,0 +1,10 @@
/**
* Template:Reflist - the 30em wide, two column list of references on Wikipedia.
* https://en.wikipedia.org/wiki/Template:Reflist
**/
.content {
.reflist {
column-gap: 2em;
}
}