SOLR-12664: Fix Download Solr button in index.adoc so it looks like it did before button style changes

This commit is contained in:
Cassandra Targett 2018-08-14 16:13:03 -05:00
parent bff7a3bbb1
commit 0d89ff2e61
2 changed files with 8 additions and 1 deletions

View File

@ -138,3 +138,10 @@ li.sidebarTitle {
content: " \25B6";
display: inline-block; /* text-decoration: none doesn't work, but this does */
}
/* used for Download Solr button on docs home page */
.btn-home {
color: #ffffff;
background-color: #F35B38;
border-color: #E6E7E8;
}

View File

@ -31,7 +31,7 @@ This Reference Guide is the official Solr documentation, written and published b
ifdef::backend-html5[]
++++
<p><a class="btn btn-primary btn-lg noCrossRef" href="https://lucene.apache.org/solr/mirrors-solr-latest-redir.html" role="button">Download Solr</a></p>
<p><a class="btn btn-home btn-lg noCrossRef" href="https://lucene.apache.org/solr/mirrors-solr-latest-redir.html" role="button">Download Solr</a></p>
++++
endif::[]
--