mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-14 19:26:42 +00:00
Adjust .vector-body paragraph margins
Adds bigger bottom margin (1em) while keeping the smaller top margin (0.5em) as was previously define. This keeps the headings close to the paragraphs while seperating paragraphs from each other. Bug: T351754 Change-Id: I833372002654ea30deb110af44fb412722bc0ccd
This commit is contained in:
parent
e55034f3ad
commit
522d655007
|
@ -128,7 +128,7 @@ pre,
|
|||
}
|
||||
|
||||
p {
|
||||
margin: 1em 0;
|
||||
margin: 0.5em 0 1em 0;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
|
Loading…
Reference in a new issue