From b45c3ea6479e5129f13ab2100b7fffe984c5a935 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 1 Sep 2013 11:20:58 +0200 Subject: fixes #10164: Document .center-block mixin and update CSS to include it as a class as well --- dist/css/bootstrap.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dist/css/bootstrap.css') 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; } -- cgit v1.2.3