You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/07/24 16:35:35 UTC

svn commit: r1802840 - /jmeter/trunk/xdocs/css/new-style.css

Author: fschumacher
Date: Mon Jul 24 16:35:35 2017
New Revision: 1802840

URL: http://svn.apache.org/viewvc?rev=1802840&view=rev
Log:
Add missing semicolon

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=1802840&r1=1802839&r2=1802840&view=diff
==============================================================================
--- jmeter/trunk/xdocs/css/new-style.css (original)
+++ jmeter/trunk/xdocs/css/new-style.css Mon Jul 24 16:35:35 2017
@@ -163,7 +163,7 @@ h1, h2, h3, h4, h5, .title {
 }
 .banner>iframe img {
   width: auto;
-  max-width: 100%
+  max-width: 100%;
   height: auto;
 }