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 2015/08/31 20:45:00 UTC

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

Author: fschumacher
Date: Mon Aug 31 18:45:00 2015
New Revision: 1700295

URL: http://svn.apache.org/r1700295
Log:
Change background of pre/source elements to black and the font to orange. It seems to fit nicer into
overall color scheme and look.

Bugzilla Id: 53764

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=1700295&r1=1700294&r2=1700295&view=diff
==============================================================================
--- jmeter/trunk/xdocs/css/new-style.css (original)
+++ jmeter/trunk/xdocs/css/new-style.css Mon Aug 31 18:45:00 2015
@@ -107,7 +107,8 @@ body {
 
 .section
           pre {
-  background: none repeat scroll 0 0 lightblue;
+  background: none repeat scroll 0 0 black;
+  color: orange;
   border: 1px solid gray;
   padding: 0.3rem;
   margin: 0.3rem;