Merge "remove add-a-bug and ask-a-question links from footer"

This commit is contained in:
Jenkins
2016-02-10 02:27:21 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 8 deletions

View File

@@ -55,15 +55,9 @@ ga('send', 'pageview');
<div class="docs-updated">updated: {{ last_updated }}</div>
</div>
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-8 docs-license">
<div class="docs-license">
{% include 'license_cc.html' %}
</div>
<div class="col-lg-4 col-md-4 col-sm-4 docs-actions-wrapper">
<!-- ID buglinkbottom added so that pre-filled doc bugs
are sent to Launchpad projects related to the document -->
<a href="#" id="logABugLink2" class="docs-footer-actions"><i class="fa fa-bug"></i> found an error? report a bug</a>
<a href="http://ask.openstack.org" class="docs-footer-actions"><i class="fa fa-question-circle"></i> questions?</a>
</div>
</div>
</div>
{% include 'sidebartoc.html' %}

View File

@@ -4272,7 +4272,7 @@ a.docs-tag {
/* margin-top: 30px; */
color: #555;
font-size: 12px;
border-right: 1px solid #edf2f7; }
}
@media (max-width: 767px) {
.docs-license {