Add some space between the rule groups

This commit is contained in:
Joas Schilling 2016-08-05 15:12:57 +02:00 committed by Bjoern Schiessle
parent 63c8011a15
commit 47a3700973
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
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;
}