You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2012/07/31 16:18:58 UTC

svn commit: r1367570 - /vcl/site/trunk/content/css/code.css

Author: jfthomps
Date: Tue Jul 31 14:18:57 2012
New Revision: 1367570

URL: http://svn.apache.org/viewvc?rev=1367570&view=rev
Log:
commented out .codehilite and .codehilite .err

Modified:
    vcl/site/trunk/content/css/code.css

Modified: vcl/site/trunk/content/css/code.css
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/css/code.css?rev=1367570&r1=1367569&r2=1367570&view=diff
==============================================================================
--- vcl/site/trunk/content/css/code.css (original)
+++ vcl/site/trunk/content/css/code.css Tue Jul 31 14:18:57 2012
@@ -1,7 +1,7 @@
 .codehilite .hll { background-color: #ffffcc }
-.codehilite  { background: #f0f0f0; }
+/*.codehilite  { background: #f0f0f0; }*/ /* commented out because we set our own background for the codehilite pre element */
 .codehilite .c { color: #60a0b0; font-style: italic } /* Comment */
-.codehilite .err { border: 1px solid #FF0000 } /* Error */
+/*.codehilite .err { border: 1px solid #FF0000 }*/ /* Error - commented out because open curly brackets are getting marked as .err */
 .codehilite .k { color: #007020; font-weight: bold } /* Keyword */
 .codehilite .o { color: #666666 } /* Operator */
 .codehilite .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */