Fixing the "where to next?" buttons

The buttons underneath "What Are The Next Steps?" work for a
brief moment (clickable and workable) but then they
are 'greyed' out and you are unable to click. This is because
the use of float was taking the buttons out of the normal
flow of the page.

This fix places the buttons inside a div with the
"clearfix" class[1].

[1] https://getbootstrap.com/docs/4.0/utilities/clearfix/

Change-Id: I31d9d8a1e064a7a930de45682b3eaf1a35ece525
Closes-bug: 1811964
This commit is contained in:
Alexandra Settle 2019-02-19 12:10:25 +00:00 committed by Alexandra Settle
parent 30b95bf40e
commit f577d1eac3
1 changed files with 5 additions and 3 deletions

View File

@ -26,9 +26,11 @@
</p>
<hr>
<h3>What are the next steps?</h3>
<a href="#docs-main-body" class="overview-btn docs-btn">View The Docs <i class="fa fa-arrow-circle-o-down"></i></a>
<a href="https://www.openstack.org/software/start/" class="overview-btn docs-btn">Get OpenStack <i class="fa fa-arrow-circle-o-right"></i></a>
<a href="https://www.openstack.org/marketplace/training" class="overview-btn docs-btn">Get Training <i class="fa fa-arrow-circle-o-right"></i></a>
<div class="clearfix">
<a href="#docs-main-body" class="overview-btn docs-btn">View The Docs <i class="fa fa-arrow-circle-o-down"></i></a>
<a href="https://www.openstack.org/software/start/" class="overview-btn docs-btn">Get OpenStack <i class="fa fa-arrow-circle-o-right"></i></a>
<a href="https://www.openstack.org/marketplace/training" class="overview-btn docs-btn">Get Training <i class="fa fa-arrow-circle-o-right"></i></a>
</div>
{% include 'templates/os_search.tmpl' %}
</div>
<div class="col-lg-4 col-md-4 col-sm-4 superuser-wrapper">