style: collapse borders of single list in section (#21838)

This commit is contained in:
Frédéric Péters 2018-02-14 09:41:35 +01:00
parent 0211c0b8be
commit 916dd34166
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ h2 span.identifier {
margin-top: 0;
}
.timeperiods .timeperiod:first-child:last-child ul.objects-list {
margin: calc(-1rem - 1px);
}
.timeperiods .timeperiod a.add::before {
content: "\f055"; /* plus-circle */
font-family: FontAwesome;