mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
a242de24f0
This commit fixes multiples issues in the theme:
- Wording
- Shapes that should appear only in the configurator
- Useless xpaths
- Font bug in Firefox (-> texts have been outlined in the svg)
task-4221731
closes odoo/design-themes#977
X-original-commit: f6012ce86e
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_key_images" inherit_id="website.s_key_images">
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc o_cc2" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="//h2" position="replace" mode="inner">
|
|
Our bestsellers of the moment
|
|
</xpath>
|
|
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
|
|
Finely hand-picked by our most avid readers
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('col-lg-3')]//p[3]" position="replace">
|
|
<h5>Boundless</h5>
|
|
<p class="text-muted">by <em>Frantzou Fleurine</em></p>
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('col-lg-3')])[2]//p[3]" position="replace">
|
|
<h5>Romans</h5>
|
|
<p class="text-muted">by <em>Steve Backwood</em></p>
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('col-lg-3')])[3]//p[3]" position="replace">
|
|
<h5>101 Essays That Will Change the Way You Think</h5>
|
|
<p class="text-muted">by <em>Brianna Wiest</em></p>
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('col-lg-3')])[4]//p[3]" position="replace">
|
|
<h5>What I Didn't Post On Instagram</h5>
|
|
<p class="text-muted">by <em>Chrissy Stockton</em></p>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|