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

svn commit: r1169486 - /aries/site/trunk/content/resources/site.css

Author: not
Date: Sun Sep 11 17:31:23 2011
New Revision: 1169486

URL: http://svn.apache.org/viewvc?rev=1169486&view=rev
Log:
Attempt to add syntax highlighting for code.


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

Modified: aries/site/trunk/content/resources/site.css
URL: http://svn.apache.org/viewvc/aries/site/trunk/content/resources/site.css?rev=1169486&r1=1169485&r2=1169486&view=diff
==============================================================================
--- aries/site/trunk/content/resources/site.css (original)
+++ aries/site/trunk/content/resources/site.css Sun Sep 11 17:31:23 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