You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2020/02/24 23:52:55 UTC

[lucene-site] branch master updated: SOLR-13910: As the new item SECURITY makes header longer we have to shrink the font and padding a bit

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a4a61d4  SOLR-13910: As the new item SECURITY makes header longer we have to shrink the font and padding a bit
a4a61d4 is described below

commit a4a61d4bd2ef5d0dc41947ebed5b097067d56122
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Tue Feb 25 00:52:42 2020 +0100

    SOLR-13910: As the new item SECURITY makes header longer we have to shrink the font and padding a bit
---
 themes/lucene/static/css/solr/base.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/themes/lucene/static/css/solr/base.css b/themes/lucene/static/css/solr/base.css
index 41fb021..7d10631 100644
--- a/themes/lucene/static/css/solr/base.css
+++ b/themes/lucene/static/css/solr/base.css
@@ -167,9 +167,10 @@ a.lucene-btn {
 .top-bar-section ul li>a.btn, 
 .top-bar.shrink.expanded .top-bar-section ul li>a, 
 .top-bar.shrink.expanded .top-bar-section ul li>a.btn {
+  padding: 0 10px !important;
   transition: all 0.1s ease;
   text-transform:uppercase;
-  font-size:1rem;
+  font-size:0.92rem;
 }
 
 .top-bar-section ul li>a.btn {