Ref Guide: Ensure "Comments on this Page" doesn't show up in page TOCs

This commit is contained in:
Cassandra Targett 2017-08-02 09:08:49 -05:00
parent edd9c11329
commit 83cb55fa37
2 changed files with 2 additions and 6 deletions

View File

@ -70,8 +70,8 @@ layout: default
<!-- Adds comments from Apache's Comment system -->
<div id="comments_thread">
<h3>Comments on this Page</h3>
<p>We welcome feedback on Solr documentation. However, we cannot provide application support via comments. If you need help, please send a message to the <a href="https://lucene.apache.org/solr/resources.html#community">Solr User mailing list</a>.</p>
<div style="font-size: 1.6em; color: #d9411e; padding-top: 30px;">Comments on this Page</div>
<div class="paragraph"><p>We welcome feedback on Solr documentation. However, we cannot provide application support via comments. If you need help, please send a message to the <a href="https://lucene.apache.org/solr/resources.html#community">Solr User mailing list</a>.</p></div>
</div>
<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=solr-refguide&style=css/comments.css&page={{ page.shortname }}" async="true">
</script>

View File

@ -22,10 +22,6 @@
/* in general */
#comments_thread p {
line-height: 1.3em;
color: #003;
}
#comments_thread h4 {
font-size: 14px;