Author: fschumacher
Date: Thu Feb 25 20:54:00 2016
New Revision: 1732366

URL: http://svn.apache.org/viewvc?rev=1732366&view=rev
Log:
Adapt website style (margins) to new ASF Logo.

Modified:
    jmeter/trunk/xdocs/css/new-style.css
    jmeter/trunk/xdocs/stylesheets/website-style.xsl

Modified: jmeter/trunk/xdocs/css/new-style.css
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/css/new-style.css?rev=1732366&r1=1732365&r2=1732366&view=diff
==============================================================================
--- jmeter/trunk/xdocs/css/new-style.css (original)
+++ jmeter/trunk/xdocs/css/new-style.css Thu Feb 25 20:54:00 2016
@@ -274,7 +274,7 @@ table {
   margin-bottom: 1rem;
   width: 100%;
   box-shadow: 0px 5px 33px 0px rgba(0, 0, 0, 0.2);
-  padding: 0.1rem 0em 0.2rem;
+  padding: 0.1rem 0em 0.2rem 2em;
   border-bottom: 1px solid gray;
 }
 
@@ -414,6 +414,7 @@ table {
   .header {
     box-shadow: none;
     margin-bottom: 0px;
+    padding: 0px;
   }
   .nav {
     display: block;

Modified: jmeter/trunk/xdocs/stylesheets/website-style.xsl
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/website-style.xsl?rev=1732366&r1=1732365&r2=1732366&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/website-style.xsl (original)
+++ jmeter/trunk/xdocs/stylesheets/website-style.xsl Thu Feb 25 20:54:00 2016
@@ -74,8 +74,8 @@
           </xsl:comment>
           <div>
             <a href="http://www.apache.org";>
-              <img title="Apache Software Foundation" width="290"
-                height="75" src="{$imgdir}/asf-logo.png" alt="Logo ASF" />
+              <img title="Apache Software Foundation" width="215"
+                height="88" src="{$imgdir}/asf-logo.png" alt="Logo ASF" />
             </a>
           </div>
           <xsl:if test="$project/logo">


Reply via email to