Author: fschumacher
Date: Sat Mar  7 16:24:00 2015
New Revision: 1664885

URL: http://svn.apache.org/r1664885
Log:
Try to make the header as small as possible. It could be that the apache ad 
will get cut off, if the ad uses the full height

Modified:
    jmeter/trunk/xdocs/css/new-style.css

Modified: jmeter/trunk/xdocs/css/new-style.css
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/css/new-style.css?rev=1664885&r1=1664884&r2=1664885&view=diff
==============================================================================
--- jmeter/trunk/xdocs/css/new-style.css (original)
+++ jmeter/trunk/xdocs/css/new-style.css Sat Mar  7 16:24:00 2015
@@ -70,7 +70,11 @@ h1, h2, h3, h4, h5, .title {
 
 .banner>iframe {
   width: 140px;
-  height: 140px;
+  height: 130px;
+}
+.banner>iframe>body {
+  margin: 0px;
+  padding: 0px;
 }
 
 body {


Reply via email to