SPR-908: QS - margin, padding, font-size
This commit is contained in:
parent
0b0e8b37a7
commit
eeaa70e6b8
4 changed files with 24 additions and 15 deletions
|
@ -19,14 +19,22 @@
|
|||
border: 1px solid @ini_existing;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> div {
|
||||
> ul,
|
||||
> ol {
|
||||
> li {
|
||||
margin-bottom: @small-spacing;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wikipagefooter {
|
||||
> hr {
|
||||
margin-top: 3em;
|
||||
margin-bottom: 0.5em;
|
||||
margin-bottom: .5em;
|
||||
border-top: dashed @ini_border_light 2px;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue