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

dsmiley pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 4b8f37d  Add Salesforce logo (#22)
4b8f37d is described below

commit 4b8f37d1a94ab1923486ae8e97f9fdc273154c55
Author: David Smiley <[email protected]>
AuthorDate: Thu May 13 23:33:06 2021 -0400

    Add Salesforce logo (#22)
    
    * CSS: Increasing left & right padding for all powered-by images
    * Removed "Other notable users"; looks better without it
---
 themes/solr/static/css/base.css               |   1 +
 themes/solr/static/images/logo-salesforce.png | Bin 0 -> 19930 bytes
 themes/solr/templates/index.html              |   6 +++---
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/themes/solr/static/css/base.css b/themes/solr/static/css/base.css
index 0bf2d9b..873ce59 100644
--- a/themes/solr/static/css/base.css
+++ b/themes/solr/static/css/base.css
@@ -847,6 +847,7 @@ footer .copyright p {
 .powered div{
     line-height: 99px;
     height: 99px;
+    padding-left: 10px;
     padding-right: 10px;
 }
 
diff --git a/themes/solr/static/images/logo-salesforce.png 
b/themes/solr/static/images/logo-salesforce.png
new file mode 100755
index 0000000..17d9fa8
Binary files /dev/null and b/themes/solr/static/images/logo-salesforce.png 
differ
diff --git a/themes/solr/templates/index.html b/themes/solr/templates/index.html
index 0e1cedb..c1dcc7c 100644
--- a/themes/solr/templates/index.html
+++ b/themes/solr/templates/index.html
@@ -116,8 +116,9 @@
     <div class="small-11 small-centered columns">
       <div class="slider powered">
         <!--<div><img src="{{ SITEURL 
}}/theme/images/logo-bloomberg.png"/></div>-->
-        <div><img src="{{ SITEURL }}/theme/images/logo-eharmony.png"/></div>
+        <div><img src="{{ SITEURL }}/theme/images/logo-salesforce.png"/></div>
         <div><img src="{{ SITEURL }}/theme/images/logo-duckduckgo.png"/></div>
+        <div><img src="{{ SITEURL }}/theme/images/logo-eharmony.png"/></div>
         <div><img src="{{ SITEURL }}/theme/images/logo-sears.png"/></div>
         <div><img src="{{ SITEURL }}/theme/images/logo-stubhub.png"/></div>
         <div><img src="{{ SITEURL }}/theme/images/logo-zappos.png"/></div>
@@ -126,7 +127,6 @@
       </div>
     </div>
   </div>
-  <div class="text-center">Other Notable Users</div>
   <div class="list text-center">
     <ul>
       <div class="row">
@@ -194,7 +194,7 @@
           </li>
         </div>
         <div class="small-4 columns">
-          <li>Bloomberg<!--CiteSeer-->
+          <li>Bloomberg
           </li>
         </div>
       </div>

Reply via email to