##// END OF EJS Templates
Making the cell margin 0 all around....
Making the cell margin 0 all around. Also moves some css/less code to the outputarea.less.

File last commit:

r11770:6b8a9d57
r13681:37363577
Show More
slides.tpl
16 lines | 327 B | application/vnd.groove-tool-template | SmartyLexer
{%- extends 'reveal_internals/subslides.tpl' -%}
{%- block any_cell scoped -%}
{%- if cell.metadata.slide_type in ['slide'] -%}
<section>
<section>
{%- endif -%}
{{ super() }}
{%- if cell.metadata.slide_helper in ['slide_end'] -%}
</section>
</section>
{%- endif -%}
{%- endblock any_cell -%}