mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-12 09:18:59 +00:00
Merge "Enforce no top&bottom margins on lists on page previews"
This commit is contained in:
commit
6a1176c0d2
|
@ -157,10 +157,19 @@
|
|||
}
|
||||
/* stylelint-enable function-linear-gradient-no-nonstandard-direction */
|
||||
|
||||
// Make the text fit in exactly as many lines as we want.
|
||||
p {
|
||||
// Make the text fit in exactly as many lines as we want.
|
||||
margin: 0;
|
||||
}
|
||||
ul,
|
||||
ol,
|
||||
li,
|
||||
dl,
|
||||
dd,
|
||||
dt {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
svg {
|
||||
|
|
Loading…
Reference in a new issue