add spacing between links (#9266)

This commit is contained in:
Frédéric Péters 2015-12-14 20:20:23 +01:00
parent 757847e7f7
commit ddadec5ec2
1 changed files with 5 additions and 0 deletions

View File

@ -688,3 +688,8 @@ a#publik-portal-agent {
color: white;
font-weight: bold;
}
div.linkcell,
div.wcsformcell {
margin: 1ex 0ex;
}