documentation/_extensions/odoo_ext/static/bootstrap-3.3.6/less/mixins/center-block.less
Victor Feyens 65b85f289d [MOV] odoo -> odoo_ext extensions to avoid naming conflicts
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 ???
2020-09-24 17:45:03 +02:00

8 lines
120 B
Plaintext
Executable File

// Center-align a block level element
.center-block() {
display: block;
margin-left: auto;
margin-right: auto;
}