Commit 9cbc9bca608f6aab2c3bcc698295fee2d746c8c5

Authored by Rodrigo Souto
1 parent 5683f417

container-block: remove unecessary display:none

Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
plugins/container_block/public/style.css
... ... @@ -9,10 +9,6 @@
9 9 clear: both;
10 10 }
11 11  
12   -.container-block-plugin_container-block .block-target[id^='end-of-box-'] {
13   - display: none;
14   -}
15   -
16 12 #content .boxes .container-block-plugin_container-block .block .icon-down, #content .boxes .container-block-plugin_container-block .block .icon-down-disabled {
17 13 background-image: url(/designs/icons/default/Tango/16x16/actions/go-next.png);
18 14 }
... ...