add space around <hr> in wiki pages

This commit is contained in:
Frédéric Péters 2017-11-24 08:21:20 +01:00
parent ab0ce36c14
commit 9675345bdd
1 changed files with 5 additions and 0 deletions

View File

@ -345,3 +345,8 @@ body.controller-issues.action-show div#content > div.contextual > a.icon-del {
div.wiki { /* also used for descriptions and comments */
line-height: 140%;
}
div.wiki hr {
margin: 2em auto;
width: 90%;
}