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/08 16:14:25 UTC

[4/5] lucene-solr:branch_6_6: Ref Guide: reduce size of quote blocks

Ref Guide: reduce size of quote blocks


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

Branch: refs/heads/branch_6_6
Commit: 5c408933bf583be9a75d4d4f59cdcc9b7fc82799
Parents: 43f2a51b
Author: Cassandra Targett <ct...@apache.org>
Authored: Thu Jun 8 09:55:41 2017 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Thu Jun 8 10:59:51 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/css/ref-guide.css             | 2 +-
 solr/solr-ref-guide/src/pdf/themes/refguide-theme.yml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5c408933/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 a17a07d..617bc18 100644
--- a/solr/solr-ref-guide/src/css/ref-guide.css
+++ b/solr/solr-ref-guide/src/css/ref-guide.css
@@ -1746,7 +1746,7 @@ table.pyhltable .linenodiv
     word-spacing: .1em;
     letter-spacing: 0;
     font-style: italic;
-    font-size: 1.15rem;
+    font-size: inherit;
     line-height: 1.75;
 }
 

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5c408933/solr/solr-ref-guide/src/pdf/themes/refguide-theme.yml
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/pdf/themes/refguide-theme.yml b/solr/solr-ref-guide/src/pdf/themes/refguide-theme.yml
index e8366cc..843dfc3 100644
--- a/solr/solr-ref-guide/src/pdf/themes/refguide-theme.yml
+++ b/solr/solr-ref-guide/src/pdf/themes/refguide-theme.yml
@@ -149,7 +149,8 @@ admonition:
       stroke_color: '#eeea74'
 blockquote:
   font_color: $base_font_color
-  font_size: $base_font_size_large
+  font_size: $base_font_size
+  font_style: italic
   border_color: $base_border_color
   border_width: 5
   padding: [$vertical_rhythm / 2, $horizontal_rhythm, $vertical_rhythm / -2, $horizontal_rhythm + $blockquote_border_width / 2]