Skip to content

Commit d2bfa66

Browse files
committed
Merge PR #1396 into 17.0
Signed-off-by luisg123v
2 parents 5424460 + 6a50cf9 commit d2bfa66

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

hr_employee_firstname/README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ Authors
6565
Contributors
6666
------------
6767

68-
- El Hadji Dem <[email protected]>
69-
- Sandy Carter <[email protected]>
70-
- Fekete Mihai <[email protected]>
71-
- David Dufresne <[email protected]>
72-
- Adrien Peiffer (ACSONE) <[email protected]>
73-
- Antonio Esposito (ONESTEIN BV) <[email protected]>
74-
- Andrea Stirpe <[email protected]>
68+
- El Hadji Dem <[email protected]>
69+
- Sandy Carter <[email protected]>
70+
- Fekete Mihai <[email protected]>
71+
- David Dufresne <[email protected]>
72+
- Adrien Peiffer (ACSONE) <[email protected]>
73+
- Antonio Esposito (ONESTEIN BV) <[email protected]>
74+
- Andrea Stirpe <[email protected]>
7575

7676
Maintainers
7777
-----------

hr_employee_firstname/static/description/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
@@ -9,10 +8,11 @@
98

109
/*
1110
:Author: David Goodger ([email protected])
12-
: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 $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -423,7 +423,9 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
423423
<div class="section" id="maintainers">
424424
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
425425
<p>This module is maintained by the OCA.</p>
426-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
426+
<a class="reference external image-reference" href="https://odoo-community.org">
427+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
428+
</a>
427429
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
428430
mission is to support the collaborative development of Odoo features and
429431
promote its widespread use.</p>

0 commit comments

Comments
 (0)