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 2017/06/23 19:31:14 UTC

lucene-solr:master: SOLR-10892: minor CSS change to make sure description list items are bold even when monospaced

Repository: lucene-solr
Updated Branches:
  refs/heads/master e46d39bd5 -> 0e0835591


SOLR-10892: minor CSS change to make sure description list items are bold even when monospaced


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

Branch: refs/heads/master
Commit: 0e08355912ddf7cd7eb2eff2fd25cc5a3bf37674
Parents: e46d39b
Author: Cassandra Targett <ct...@apache.org>
Authored: Fri Jun 23 14:30:33 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Fri Jun 23 14:30:33 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/0e083559/solr/solr-ref-guide/src/css/ref-guide.css
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/css/ref-guide.css b/solr/solr-ref-guide/src/css/ref-guide.css
index 617bc18..264d46e 100644
--- a/solr/solr-ref-guide/src/css/ref-guide.css
+++ b/solr/solr-ref-guide/src/css/ref-guide.css
@@ -698,7 +698,8 @@ ol li ul
     margin-left: 1.25em;
 }
 
-dl dt
+dl dt,
+dl dt code
 {
     margin-bottom: .3125em;
     font-weight: bold;