
since we now have to import odoo for autodoc in dev doc TODO: if odoo directory is not found, disable the build of dev doc ???
8 lines
120 B
Plaintext
Executable File
8 lines
120 B
Plaintext
Executable File
// Center-align a block level element
|
|
|
|
.center-block() {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|