Author: brock
Date: Tue Jan 14 21:26:36 2014
New Revision: 1558202
URL: http://svn.apache.org/r1558202
Log:
Update logo width
Modified:
incubator/sentry/site/trunk/content/css/sentry.css
incubator/sentry/site/trunk/templates/skeleton.html
Modified: incubator/sentry/site/trunk/content/css/sentry.css
URL:
http://svn.apache.org/viewvc/incubator/sentry/site/trunk/content/css/sentry.css?rev=1558202&r1=1558201&r2=1558202&view=diff
==============================================================================
--- incubator/sentry/site/trunk/content/css/sentry.css (original)
+++ incubator/sentry/site/trunk/content/css/sentry.css Tue Jan 14 21:26:36 2014
@@ -52,7 +52,7 @@ body {
background-color: white;
}
-#logo img {
+#logo {
height: 101px;
width: 289px;
}
Modified: incubator/sentry/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/incubator/sentry/site/trunk/templates/skeleton.html?rev=1558202&r1=1558201&r2=1558202&view=diff
==============================================================================
--- incubator/sentry/site/trunk/templates/skeleton.html (original)
+++ incubator/sentry/site/trunk/templates/skeleton.html Tue Jan 14 21:26:36 2014
@@ -30,7 +30,7 @@
<body>
<div id="banner">
<div id="bannerleft"><a alt="Apache Sentry" href="/index.html">
- <img id="logo" alt="Apache Sentry" src="/images/sentry.png"/></a></div>
+ <div id="logo"><img alt="Apache Sentry"
src="/images/sentry.png"/></div></a></div>
</div>
<div id="clear"></div>
{% if sidenav %}