FELIX-2256 Limiting the height of the image to the head of the #lead <DIV> minus the top padding. This allows for automatic resizing of any log image provided by branding plugins which may extend into the top navigation

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@931529 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/res/ui/webconsole.css b/webconsole/src/main/resources/res/ui/webconsole.css
index 172898a..2219e94 100644
--- a/webconsole/src/main/resources/res/ui/webconsole.css
+++ b/webconsole/src/main/resources/res/ui/webconsole.css
@@ -48,6 +48,9 @@
 	float: right;
 	height: 73px; /* must be the same as #lead height */
 }
+#lead p img { /* This is the logo */
+	height: 63px; /* must be #lead.height - #lead.padding-top */
+}
 
 
 /* TOP NAVIGATION */