Skip to content

Commit

Permalink
Implemented spacing fixes
Browse files Browse the repository at this point in the history
#5

Excluded the change causing the bug at https://phabricator.wikimedia.org/T275435
  • Loading branch information
Poslovitch committed Nov 27, 2021
1 parent d61c133 commit 2fabaad
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion assets/stylesheets/content.css
Expand Up @@ -163,13 +163,23 @@
#mw-content-text ol + p,
#mw-content-text ol + ul,
#mw-content-text ol + ol {
margin-top: 30px;
margin-top: 16px;
}

#mw-content-text dl {
margin-top: 15px;
}

#mw-content-text h2,
#mw-content-text h3 {
margin-top: 1.3em;
}

#mw-content-text h4,
#mw-content-text h5 {
margin-top: .8em!important;
}

.mw-parser-output p,
.mw-parser-output ol,
.mw-parser-output ul,
Expand Down

0 comments on commit 2fabaad

Please sign in to comment.