You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/04/25 15:06:45 UTC

svn commit: r1330256 - /httpd/httpd/trunk/docs/manual/style/css/prettify.css

Author: humbedooh
Date: Wed Apr 25 13:06:45 2012
New Revision: 1330256

URL: http://svn.apache.org/viewvc?rev=1330256&view=rev
Log:
Make httpd directives bold in highlighting

Modified:
    httpd/httpd/trunk/docs/manual/style/css/prettify.css

Modified: httpd/httpd/trunk/docs/manual/style/css/prettify.css
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/css/prettify.css?rev=1330256&r1=1330255&r2=1330256&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/style/css/prettify.css (original)
+++ httpd/httpd/trunk/docs/manual/style/css/prettify.css Wed Apr 25 13:06:45 2012
@@ -60,7 +60,8 @@ pre.lang-config{ 
     border: none;
 }
 
-.lang-config .tag { color: #821; font-weight: bold }  /* a markup tag name */
+.lang-config .tag { color: #821; font-weight: bold }  /* enclosures */
+.lang-config .kwd { color: #128; font-weight: bold }  /* directives */