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

svn commit: r827513 - in /websites/staging/vcl/trunk/content: ./ css/code.css

Author: buildbot
Date: Tue Jul 31 14:19:01 2012
New Revision: 827513

Log:
Staging update by buildbot for vcl

Modified:
    websites/staging/vcl/trunk/content/   (props changed)
    websites/staging/vcl/trunk/content/css/code.css

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Jul 31 14:19:01 2012
@@ -1 +1 @@
-1367568
+1367570

Modified: websites/staging/vcl/trunk/content/css/code.css
==============================================================================
--- websites/staging/vcl/trunk/content/css/code.css (original)
+++ websites/staging/vcl/trunk/content/css/code.css Tue Jul 31 14:19:01 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 */