[IMP] developer/views: apply the new API references style
The documentation of view attributes was lacking visual structure to help the reader figure out which attribute relates to which parent element. Since this documentation was relying on RST block quotes to represent the hierarchy of view attributes, we can apply the same new styling that was added with commit934f45cfand designed for autodoc, and which relies on the exact same HTML structure as block quotes. task-2755298 closes odoo/documentation#2342 X-original-commit:e2a3ca0631Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
@@ -666,7 +666,7 @@ header {
|
||||
@extend code;
|
||||
}
|
||||
|
||||
dl.py, dl.js {
|
||||
dl.py, dl.js, dl.o-definition-list {
|
||||
> dd {
|
||||
border-left: 3px solid $gray-lighter;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user