You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2018/04/06 16:00:20 UTC

[2/2] lucene-solr:master: Ref Guide: fix color definition so monospace links display with color

Ref Guide: fix color definition so monospace links display with color


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

Branch: refs/heads/master
Commit: b2d756c9f4d8e272f822682eba48d64055368c90
Parents: 73d7410
Author: Cassandra Targett <ct...@apache.org>
Authored: Thu Apr 5 13:42:44 2018 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Fri Apr 6 11:00:09 2018 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/css/customstyles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/b2d756c9/solr/solr-ref-guide/src/css/customstyles.css
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/css/customstyles.css b/solr/solr-ref-guide/src/css/customstyles.css
index 8ead55c..9a166c1 100755
--- a/solr/solr-ref-guide/src/css/customstyles.css
+++ b/solr/solr-ref-guide/src/css/customstyles.css
@@ -762,7 +762,7 @@ span.label.label-primary {
 .col-lg-12 .nav li a {background-color: white}
 
 a code {
-    color: ##2156a5;
+    color: #2156a5;
 }
 
 table th code {