META-INF.resources.bower_components.bootstrap.less.mixins.center-block.less Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-bootstrap Show documentation
Show all versions of jwebmp-bootstrap Show documentation
The JWebSwing implementation for Bootstrap
// Center-align a block level element
.center-block() {
display: block;
margin-left: auto;
margin-right: auto;
}