diff options
| author | Alan Orth <[email protected]> | 2017-08-13 11:57:25 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-08-13 11:57:25 +0300 |
| commit | b12d28c58e7d2abb2baac037940d63274f597336 (patch) | |
| tree | b77644bf736ce9b85f918fd8a1ccffb357ddda92 /docs | |
| parent | 3f36ac29fa149750b46cdc20fc5b7d8c58c856e9 (diff) | |
| download | bootstrap-b12d28c58e7d2abb2baac037940d63274f597336.tar.xz bootstrap-b12d28c58e7d2abb2baac037940d63274f597336.zip | |
docs/4.0/examples/blog: Use ml-sm-auto instead of offset-sm-1 (#23388)
Bootstrap 4.0 Beta 1 dropped the offset classes in favor of using margin utilities. Update the blog example in the docs to use the appropriate `ml-auto` instead of `offset-sm-1` class to retain a pixel perfect with previous versions.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/examples/blog/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/examples/blog/index.html b/docs/4.0/examples/blog/index.html index 0fc35ad3c..a021d7afa 100644 --- a/docs/4.0/examples/blog/index.html +++ b/docs/4.0/examples/blog/index.html @@ -109,7 +109,7 @@ </div><!-- /.blog-main --> - <div class="col-sm-3 offset-sm-1 blog-sidebar"> + <div class="col-sm-3 ml-sm-auto blog-sidebar"> <div class="sidebar-module sidebar-module-inset"> <h4>About</h4> <p>Etiam porta <em>sem malesuada magna</em> mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.</p> |
