mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-15 02:55:04 +00:00
Merge "Cite: Move margin in column references"
This commit is contained in:
commit
b87116d12f
|
@ -10,6 +10,12 @@
|
|||
-webkit-column-width: 30em;
|
||||
-moz-column-width: 30em;
|
||||
column-width: 30em;
|
||||
margin-top: 0.3em;
|
||||
}
|
||||
|
||||
/* Lines first column up nicely. */
|
||||
.mw-parser-output .mw-references-columns .references {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* Avoid elements from breaking between columns */
|
||||
|
|
Loading…
Reference in a new issue