File: center-block.less

package info (click to toggle)
twitter-bootstrap3 3.4.1%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,712 kB
  • sloc: javascript: 27,395; makefile: 88; ruby: 31
file content (7 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
// Center-align a block level element

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