Am 07.03.2015 um 18:37 schrieb sebb:
On 7 March 2015 at 16:24,  <[email protected]> wrote:
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
There are other sizes of ad, for example

http://www.apache.org/ads/ApacheCon/2015-na-234x60.png

The 125x125 one was originally chosen for the LHS menu because it is
more suitable for that orientation.
I have put the bannerbar.html into the test pages at p.a.o/~fschumacher/jmeter While it makes the header use less height, it seems to be problematic on small devices.

I could hide it there or switch to the banner.html.

What do you think?

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