diff options
| author | Mark Otto <[email protected]> | 2013-09-01 11:20:58 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 11:21:14 +0200 |
| commit | b45c3ea6479e5129f13ab2100b7fffe984c5a935 (patch) | |
| tree | f98e2def67618dc6756411306cd99588969fdc18 /less | |
| parent | 50bf4d47b17f07627309dfd76f557ca28b9c94a6 (diff) | |
| download | bootstrap-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.less | 3 |
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; } |
