- Repo for opensource odoo website theme (since V13.0)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
532 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_text_block" inherit_id="website.s_text_block">
  4. <!-- Section -->
  5. <xpath expr="//section" position="attributes">
  6. <attribute name="class" add="pt96 pb96" remove="pt32 pb32" separator=" "/>
  7. </xpath>
  8. <!-- Content -->
  9. <xpath expr="//div[hasclass('container')]" position="attributes">
  10. <attribute name="class" add="o_container_small" remove="container" separator=" "/>
  11. </xpath>
  12. </template>
  13. </odoo>