mirror of https://github.com/apache/lucene.git
SOLR-12664: Fix Download Solr button in index.adoc so it looks like it did before button style changes
This commit is contained in:
parent
bff7a3bbb1
commit
0d89ff2e61
|
@ -138,3 +138,10 @@ li.sidebarTitle {
|
||||||
content: " \25B6";
|
content: " \25B6";
|
||||||
display: inline-block; /* text-decoration: none doesn't work, but this does */
|
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;
|
||||||
|
}
|
||||||
|
|
|
@ -31,7 +31,7 @@ This Reference Guide is the official Solr documentation, written and published b
|
||||||
|
|
||||||
ifdef::backend-html5[]
|
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::[]
|
endif::[]
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue