Commit c9df6936abf23e8226581cfb5f4b66317211a57b

Authored by Rodrigo Souto
1 parent d9620af2

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 }
... ...