SPR-908: QS - margin, padding, font-size

This commit is contained in:
Silke Pisulla 2017-03-30 10:39:12 +02:00
commit eeaa70e6b8
4 changed files with 24 additions and 15 deletions

View file

@ -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;
}