Author: brock
Date: Tue Jan 14 21:40:40 2014
New Revision: 1558208
URL: http://svn.apache.org/r1558208
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=1558208&r1=1558207&r2=1558208&view=diff
==============================================================================
--- incubator/sentry/site/trunk/content/css/sentry.css (original)
+++ incubator/sentry/site/trunk/content/css/sentry.css Tue Jan 14 21:40:40 2014
@@ -52,11 +52,6 @@ body {
background-color: white;
}
-#logo {
- max-height: 101px;
- max-width: 289px;
-}
-
a {
color: #107EC0;
}
Modified: incubator/sentry/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/incubator/sentry/site/trunk/templates/skeleton.html?rev=1558208&r1=1558207&r2=1558208&view=diff
==============================================================================
--- incubator/sentry/site/trunk/templates/skeleton.html (original)
+++ incubator/sentry/site/trunk/templates/skeleton.html Tue Jan 14 21:40:40 2014
@@ -30,7 +30,7 @@
<body>
<div id="banner">
<div id="bannerleft"><a alt="Apache Sentry" href="/index.html">
- <div id="logo"><img alt="Apache Sentry"
src="/images/sentry.png"/></div></a></div>
+ <img alt="Apache Sentry" width="300" height="100"
src="/images/sentry.png"/></a></div>
</div>
<div id="clear"></div>
{% if sidenav %}