Commit ea9869bc85ea245beebd6e457246be3dee7ac721

Authored by Victor Costa
1 parent 7bb86842

Remove margin between blocks for container block edition

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
plugins/container_block/public/style.css
1 1 #content .boxes .container-block .container_block_child, .container-block .block-outer {
2 2 display: inline-block;
3 3 vertical-align: top;
  4 + margin-left: -2px;
  5 + margin-right: -2px;
4 6 }
5 7  
6 8 .container-block .block-target {
... ...