aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-01 11:20:58 +0200
committerMark Otto <[email protected]>2013-09-01 11:21:14 +0200
commitb45c3ea6479e5129f13ab2100b7fffe984c5a935 (patch)
treef98e2def67618dc6756411306cd99588969fdc18 /less
parent50bf4d47b17f07627309dfd76f557ca28b9c94a6 (diff)
downloadbootstrap-b45c3ea6479e5129f13ab2100b7fffe984c5a935.tar.xz
bootstrap-b45c3ea6479e5129f13ab2100b7fffe984c5a935.zip
fixes #10164: Document .center-block mixin and update CSS to include it as a class as well
Diffstat (limited to 'less')
-rw-r--r--less/utilities.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/less/utilities.less b/less/utilities.less
index a2807cc79..fa2d004ae 100644
--- a/less/utilities.less
+++ b/less/utilities.less
@@ -9,6 +9,9 @@
.clearfix {
.clearfix();
}
+.center-block {
+ .center-block();
+}
.pull-right {
float: right !important;
}