1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

fixes #10164: Document .center-block mixin and update CSS to include it as a class as well

This commit is contained in:
Mark Otto
2013-09-01 11:20:58 +02:00
parent 50bf4d47b1
commit b45c3ea647
5 changed files with 32 additions and 1 deletions

View File

@@ -6252,6 +6252,12 @@ body.modal-open,
clear: both;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
}
.pull-right {
float: right !important;
}

File diff suppressed because one or more lines are too long