diff options
| author | Mark Otto <[email protected]> | 2016-02-06 10:51:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-06 10:51:59 -0800 |
| commit | 414997baa83858b43e9f45af90097f93ed2d6797 (patch) | |
| tree | c4435f7e3df2d09d1053ba29c1883a110fad5823 /docs/examples/blog | |
| parent | 94999c98cf3a19a2aa020fb946027747e7ef3d26 (diff) | |
| download | bootstrap-414997baa83858b43e9f45af90097f93ed2d6797.tar.xz bootstrap-414997baa83858b43e9f45af90097f93ed2d6797.zip | |
flip things around again, no more base class, try out some new stuff to keep responsive flex grid working
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 014e0a6c1..d4e9dbcc5 100644 --- a/docs/examples/blog/index.html +++ b/docs/examples/blog/index.html @@ -43,7 +43,7 @@ <div class="row"> - <div class="col col-sm-8 blog-main"> + <div class="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 col-sm-3 offset-sm-1 blog-sidebar"> + <div class="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> |
