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 /_includes | |
| 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 '_includes')
| -rw-r--r-- | _includes/nav-css.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/nav-css.html b/_includes/nav-css.html index 7a6b459af..57aafd470 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -79,6 +79,7 @@ <ul class="nav"> <li><a href="#helper-classes-close">Close icon</a></li> <li><a href="#helper-classes-floats">Quick floats</a></li> + <li><a href="#helper-classes-center">Center content blocks</a></li> <li><a href="#helper-classes-clearfix">Clearfix</a></li> <li><a href="#helper-classes-show-hide">Showing and hiding content</a></li> <li><a href="#helper-classes-screen-readers">Screen reader content</a></li> |
