Update logo/style in generic templates (already fixed for techproducts)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648467 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2014-12-30 02:21:17 +00:00
parent c9f16b3e37
commit fde2508de7
1 changed files with 4 additions and 2 deletions

View File

@ -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;
}