authserver/testCAS/resources/assets/less/bootstrap/mixins/center-block.less
author rougeronj
Tue, 08 Sep 2015 10:30:55 +0200
changeset 99 72a7ff5f8fad
parent 0 1afc9d2ab94d
permissions -rw-r--r--
update styles and add teacher's and markers' styles

// Center-align a block level element

.center-block() {
  display: block;
  margin-left: auto;
  margin-right: auto;
}