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/19 14:51:56 UTC

[2/2] lucene-solr:branch_7x: SOLR-11646: change tab-pane padding to align better under tabs

SOLR-11646: change tab-pane padding to align better under tabs


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

Branch: refs/heads/branch_7x
Commit: 0c542c44d9ec6204bec912a6ab138a0cfb5533d0
Parents: 2defbf0
Author: Cassandra Targett <ct...@apache.org>
Authored: Thu Apr 12 12:17:04 2018 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Thu Apr 19 09:51:46 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/0c542c44/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 9a166c1..016b09f 100755
--- a/solr/solr-ref-guide/src/css/customstyles.css
+++ b/solr/solr-ref-guide/src/css/customstyles.css
@@ -453,7 +453,7 @@ div#toc ul li ul li {
 }
 
 .tab-content {
-    padding: 15px;
+    padding: 0px;
 }
 
 span.tagTitle {font-weight: 500;}