You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2014/12/30 03:22:37 UTC

svn commit: r1648468 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/contrib/ solr/contrib/velocity/src/resources/velocity/head.vm

Author: ehatcher
Date: Tue Dec 30 02:22:37 2014
New Revision: 1648468

URL: http://svn.apache.org/r1648468
Log:
Update logo/style in generic templates (merged from r1648467)

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/contrib/   (props changed)
    lucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/velocity/head.vm

Modified: lucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/velocity/head.vm
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/velocity/head.vm?rev=1648468&r1=1648467&r2=1648468&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/velocity/head.vm (original)
+++ lucene/dev/branches/branch_5x/solr/contrib/velocity/src/resources/velocity/head.vm Tue Dec 30 02:22:37 2014
@@ -4,7 +4,8 @@
 
   <title>Solr browse: #core_name</title>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
-
+  <link rel="icon" type="image/x-icon" href="#{url_root}/img/favicon.ico"/>
+  <link rel="shortcut icon" type="image/x-icon" href="#{url_root}/img/favicon.ico"/>
   <script type="text/javascript" src="#{url_root}/js/lib/jquery-1.7.2.min.js"></script>
 
   <style>
@@ -135,7 +136,8 @@
     }
 
     #logo {
-      margin: 10px;
+      width: 115px;
+      margin: 0px 0px 20px 12px;
       border-style: none;
     }