Commit ea9869bc85ea245beebd6e457246be3dee7ac721
1 parent
7bb86842
Exists in
master
and in
29 other branches
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 | #content .boxes .container-block .container_block_child, .container-block .block-outer { | 1 | #content .boxes .container-block .container_block_child, .container-block .block-outer { |
2 | display: inline-block; | 2 | display: inline-block; |
3 | vertical-align: top; | 3 | vertical-align: top; |
4 | + margin-left: -2px; | ||
5 | + margin-right: -2px; | ||
4 | } | 6 | } |
5 | 7 | ||
6 | .container-block .block-target { | 8 | .container-block .block-target { |