Skip to content

Commit 0406da8

Browse files
committed
[FIX] product_contract_varialble_quantity: pre-commit
1 parent 4454225 commit 0406da8

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

product_contract_variable_quantity/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Authors
5757
Contributors
5858
------------
5959

60-
- Souheil Bejaoui [email protected]
60+
- Souheil Bejaoui [email protected]
6161

6262
Maintainers
6363
-----------

product_contract_variable_quantity/static/description/index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88

99
/*
1010
:Author: David Goodger ([email protected])
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -408,7 +409,9 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
408409
<div class="section" id="maintainers">
409410
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
410411
<p>This module is maintained by the OCA.</p>
411-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
412+
<a class="reference external image-reference" href="https://odoo-community.org">
413+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
414+
</a>
412415
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
413416
mission is to support the collaborative development of Odoo features and
414417
promote its widespread use.</p>

0 commit comments

Comments
 (0)