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/05/15 14:35:48 UTC

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

Author: fschumacher
Date: Fri May 15 12:35:48 2015
New Revision: 1679554

URL: http://svn.apache.org/r1679554
Log:
Use no background for code tags, and change the text to a bold brown one.
That way the code tags will be clear to see, but not disrupt the overall
picture that much.

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=1679554&r1=1679553&r2=1679554&view=diff
==============================================================================
--- jmeter/trunk/xdocs/css/new-style.css (original)
+++ jmeter/trunk/xdocs/css/new-style.css Fri May 15 12:35:48 2015
@@ -116,8 +116,9 @@ body {
 }
 
 .code {
-  background: none repeat scroll 0 0 lightblue;
   padding: 0.1em;
+  font-weight: bold;
+  color: brown;
   font-family: dejavu sans mono, monospace, sans-serif;
 }