<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_text_block" inherit_id="website.s_text_block">
    <!-- Section -->
    <xpath expr="//section" position="attributes">
        <attribute name="class" add="o_cc o_cc2" separator=" "/>
    </xpath>
    <!-- Container -->
    <xpath expr="//div[hasclass('container')]" position="attributes">
        <attribute name="class" add="o_container_small" remove="container" separator=" "/>
    </xpath>
</template>

</odoo>
