You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by bu...@apache.org on 2011/09/11 19:31:35 UTC

svn commit: r795591 - /websites/staging/aries/trunk/content/resources/site.css

Author: buildbot
Date: Sun Sep 11 17:31:34 2011
New Revision: 795591

Log:
Staging update by buildbot

Modified:
    websites/staging/aries/trunk/content/resources/site.css

Modified: websites/staging/aries/trunk/content/resources/site.css
==============================================================================
--- websites/staging/aries/trunk/content/resources/site.css (original)
+++ websites/staging/aries/trunk/content/resources/site.css Sun Sep 11 17:31:34 2011
@@ -1562,3 +1562,11 @@ div.auto_complete ul strong.highlight {
 .leftnav li a:active {color:white;}
 .leftnav li a:visited {color:white;}
 .leftnav li a:hover {background-color: #3c4672; color:white;}
+
+
+/*******  Java syntax highlighting *********/
+.kd {
+    color: rgc(127,0,85);
+    font-weight: bold;
+    font-family: Lucida Console, Courier New, monospace;
+}
\ No newline at end of file