]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/center-block.less
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / bootstrap-less / mixins / center-block.less
1 // Center-align a block level element
2
3 .center-block() {
4 display: block;
5 margin-left: auto;
6 margin-right: auto;
7 }