documentation/extensions/odoo_theme
Elisabeth Dickinson c30f2735b8 [IMP] odoo_theme: switch admonitions' display type to inline-block
When placing an image before an admonition block and setting its
alignment to left or right, the admonition block would hide the image.
The reason for this is the use of "float" on the image. In order for
the image to reappear, we change the admonition's `display: block` to
`display: inline-block`.

task-2582954

closes odoo/documentation#1589

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2022-02-15 08:29:51 +00:00
..
layout_templates [IMP] conf: show all relevant versions in the version switcher 2022-02-11 13:16:40 +00:00
static [IMP] odoo_theme: switch admonitions' display type to inline-block 2022-02-15 08:29:51 +00:00
__init__.py [FIX] odoo_theme: unclickable :show-content: pages in global toctree 2021-05-25 14:13:01 +02:00
layout.html [IMP] *: introduce tables of contents in top-level app pages 2021-07-07 14:56:38 +02:00
pygments_override.py [REF][MOV] documentation apocalypse 2021-05-04 15:44:00 +02:00
search.html [REF][MOV] documentation apocalypse 2021-05-04 15:44:00 +02:00
theme.conf [REF][MOV] documentation apocalypse 2021-05-04 15:44:00 +02:00
translator.py [ADD] extensions: add a custom example admonition 2022-01-28 09:21:43 +00:00