diff options
| author | Mark Otto <[email protected]> | 2016-02-06 00:47:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 00:47:33 -0800 |
| commit | e149a6035ef5689040d619ac7301f802b1dc8167 (patch) | |
| tree | 848e91f7692ad413e2c3056f2dd1bc3dabbfaffa /docs/examples/blog | |
| parent | 9a645ef51af94289e784fda5cf200e78aa41779d (diff) | |
| download | bootstrap-e149a6035ef5689040d619ac7301f802b1dc8167.tar.xz bootstrap-e149a6035ef5689040d619ac7301f802b1dc8167.zip | |
Update base class for grid cols in all examples
Diffstat (limited to 'docs/examples/blog')
| -rw-r--r-- | docs/examples/blog/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/blog/index.html b/docs/examples/blog/index.html index a9f9b78ed..014e0a6c1 100644 --- a/docs/examples/blog/index.html +++ b/docs/examples/blog/index.html @@ -43,7 +43,7 @@ <div class="row"> - <div class="col-sm-8 blog-main"> + <div class="col col-sm-8 blog-main"> <div class="blog-post"> <h2 class="blog-post-title">Sample blog post</h2> @@ -111,7 +111,7 @@ </div><!-- /.blog-main --> - <div class="col-sm-3 col-sm-offset-1 blog-sidebar"> + <div class="col col-sm-3 offset-sm-1 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> |
