mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 10:38:19 +00:00
feat: tweak p element margin
This commit is contained in:
parent
e2e5f62ca7
commit
4d3e18898e
|
@ -84,8 +84,7 @@
|
|||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p + p {
|
||||
h6 {
|
||||
margin-top: @content-margin-top * 2;
|
||||
}
|
||||
|
||||
|
@ -94,11 +93,15 @@
|
|||
h3 + h4,
|
||||
h4 + h5,
|
||||
h5 + h6,
|
||||
p,
|
||||
table {
|
||||
margin-top: @content-margin-top;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: @content-margin-top;
|
||||
margin-bottom: @content-margin-top;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: @content-margin-top 0 0 @content-margin-top * 2;
|
||||
|
||||
|
|
Loading…
Reference in a new issue