Author: milamber
Date: Sun Apr 17 11:20:09 2016
New Revision: 1739579

URL: http://svn.apache.org/viewvc?rev=1739579&view=rev
Log:
Reduce the header width to remove horizontal scrolling

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=1739579&r1=1739578&r2=1739579&view=diff
==============================================================================
--- jmeter/trunk/xdocs/css/new-style.css (original)
+++ jmeter/trunk/xdocs/css/new-style.css Sun Apr 17 11:20:09 2016
@@ -276,7 +276,7 @@ table {
   clear: both;
   display: table;
   margin-bottom: 1rem;
-  width: 100%;
+  width: 95%;
   box-shadow: 0px 5px 33px 0px rgba(0, 0, 0, 0.2);
   padding: 0.1rem 0em 0.2rem 2em;
   border-bottom: 1px solid gray;


Reply via email to