Add some space between the rule groups

This commit is contained in:
Joas Schilling 2016-08-05 15:12:57 +02:00
parent dd44624540
commit 777504d0e0
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
.workflowengine .operation {
padding: 5px;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: #eee 1px solid;
border-left: rgba(0,0,0,0) 1px solid;
}