diff options
| author | XhmikosR <[email protected]> | 2020-05-26 11:01:17 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-26 11:01:17 +0300 |
| commit | b1c720d04701a2adf798d4721f2ba5ee40baec3a (patch) | |
| tree | d567ed38eb02bded6fe2cb6f28d29c67fa6fd280 | |
| parent | 340236cbe4a5bfb3fb3583f177ba7a493bb4f21c (diff) | |
| download | bootstrap-b1c720d04701a2adf798d4721f2ba5ee40baec3a.tar.xz bootstrap-b1c720d04701a2adf798d4721f2ba5ee40baec3a.zip | |
examples: remove no longer used classes. (#30894)
| -rw-r--r-- | site/content/docs/5.0/examples/blog/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/site/content/docs/5.0/examples/blog/index.html b/site/content/docs/5.0/examples/blog/index.html index 42fa9cc9d..7e8d71fbf 100644 --- a/site/content/docs/5.0/examples/blog/index.html +++ b/site/content/docs/5.0/examples/blog/index.html @@ -84,7 +84,7 @@ include_js: false <main class="container"> <div class="row"> - <div class="col-md-8 blog-main"> + <div class="col-md-8"> <h3 class="pb-4 mb-4 font-italic border-bottom"> From the Firehose </h3> @@ -153,9 +153,9 @@ include_js: false <a class="btn btn-outline-secondary disabled" href="#" tabindex="-1" aria-disabled="true">Newer</a> </nav> - </div><!-- /.blog-main --> + </div> - <aside class="col-md-4 blog-sidebar"> + <aside class="col-md-4"> <div class="p-4 mb-3 bg-light rounded"> <h4 class="font-italic">About</h4> <p class="mb-0">Etiam porta <em>sem malesuada magna</em> mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.</p> @@ -187,7 +187,7 @@ include_js: false <li><a href="#">Facebook</a></li> </ol> </div> - </aside><!-- /.blog-sidebar --> + </aside> </div><!-- /.row --> |
