You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2013/05/17 18:13:13 UTC

svn commit: r1483896 - /directory/site/trunk/content/css/common.css

Author: pamarcelot
Date: Fri May 17 16:13:13 2013
New Revision: 1483896

URL: http://svn.apache.org/r1483896
Log:
Removed border on error keywords (which are used in the LDIF format).

Modified:
    directory/site/trunk/content/css/common.css

Modified: directory/site/trunk/content/css/common.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/common.css?rev=1483896&r1=1483895&r2=1483896&view=diff
==============================================================================
--- directory/site/trunk/content/css/common.css (original)
+++ directory/site/trunk/content/css/common.css Fri May 17 16:13:13 2013
@@ -626,7 +626,7 @@ th 
 .codehilite .hll { background-color: #ffffcc }
 .codehilite  { background: #f0f0f0; }
 .codehilite .c { color: #60a0b0; font-style: italic } /* Comment */
-.codehilite .err { border: 1px solid #FF0000 } /* Error */
+.codehilite .err { } /* Error */
 .codehilite .k { color: #007020; font-weight: bold } /* Keyword */
 .codehilite .o { color: #666666 } /* Operator */
 .codehilite .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */