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 /dist/css/bootstrap.css | |
| 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 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c0408b4de..53c76ec6a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -6252,6 +6252,12 @@ body.modal-open, clear: both; } +.center-block { + display: block; + margin-right: auto; + margin-left: auto; +} + .pull-right { float: right !important; } |
