You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/08/21 01:30:40 UTC

[13/50] [abbrv] lucene-solr:jira/http2: SOLR-12664: Fix Download Solr button in index.adoc so it looks like it did before button style changes

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


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/0d89ff2e
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/0d89ff2e
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/0d89ff2e

Branch: refs/heads/jira/http2
Commit: 0d89ff2e6135a079e246e32af9f0deecb60c85d9
Parents: bff7a3b
Author: Cassandra Targett <ct...@apache.org>
Authored: Tue Aug 14 16:13:03 2018 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Tue Aug 14 16:13:03 2018 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/css/theme-solr.css | 7 +++++++
 solr/solr-ref-guide/src/index.adoc         | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/0d89ff2e/solr/solr-ref-guide/src/css/theme-solr.css
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/css/theme-solr.css b/solr/solr-ref-guide/src/css/theme-solr.css
index a55db03..91ddf54 100644
--- a/solr/solr-ref-guide/src/css/theme-solr.css
+++ b/solr/solr-ref-guide/src/css/theme-solr.css
@@ -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;
+}

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/0d89ff2e/solr/solr-ref-guide/src/index.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/index.adoc b/solr/solr-ref-guide/src/index.adoc
index afd4c76..bb3c396 100644
--- a/solr/solr-ref-guide/src/index.adoc
+++ b/solr/solr-ref-guide/src/index.adoc
@@ -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::[]
 --