mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: prevent abuse of h1 and use font size classes
See related community PR. task-1958098 closes odoo/design-themes#682 Related: odoo/enterprise#44986 Related: odoo/odoo#129791 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
committed by
qsm-odoo
parent
8b45a6dc29
commit
1aa6700c98
@@ -8,7 +8,7 @@
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('carousel-content')]" position="replace">
|
||||
<div class="carousel-content col-lg-6">
|
||||
<h1>Miraillet Festival</h1>
|
||||
<h2>Miraillet Festival</h2>
|
||||
<p class="lead">From the 12th to the 17th of August, come and enjoy the atmosphere at the Miraillet Festival. Discover the line up below.</p>
|
||||
<p><br/></p>
|
||||
<p><a href="/contactus" class="btn btn-primary btn-lg">More Info</a></p>
|
||||
@@ -20,7 +20,7 @@
|
||||
</xpath>
|
||||
<xpath expr="(//div[hasclass('carousel-content')])[2]" position="replace">
|
||||
<div class="carousel-content col-lg-6">
|
||||
<h1>6 Days Pass</h1>
|
||||
<h2>6 Days Pass</h2>
|
||||
<p class="lead">Tickets will be on sale soon. Do not miss our 6 Days Pass. Free camping!</p>
|
||||
<p><br/></p>
|
||||
<p><a href="/" class="btn btn-primary btn-lg">More Info</a></p>
|
||||
@@ -32,7 +32,7 @@
|
||||
</xpath>
|
||||
<xpath expr="(//div[hasclass('carousel-content')])[3]" position="replace">
|
||||
<div class="carousel-content col-lg-6">
|
||||
<h1>Recent Editions</h1>
|
||||
<h2>Recent Editions</h2>
|
||||
<p class="lead">Discover what makes the reputation of the Miraillet festival through these after-movies.</p>
|
||||
<p><br/></p>
|
||||
<p><a href="/" class="btn btn-primary btn-lg">More Info</a></p>
|
||||
|
||||
Reference in New Issue
Block a user