2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
+3
View File
@@ -9,6 +9,9 @@
.clearfix {
.clearfix();
}
.center-block {
.center-block();
}
.pull-right {
float: right !important;
}