From: Daniel Gruno Date: Wed, 25 Apr 2012 13:06:45 +0000 (+0000) Subject: Make httpd directives bold in highlighting X-Git-Tag: 2.5.0-alpha~7038 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56f06b563234b086c9019be748fbeda013c246d2;p=thirdparty%2Fapache%2Fhttpd.git Make httpd directives bold in highlighting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330256 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/css/prettify.css b/docs/manual/style/css/prettify.css index 6602c3d6115..8fd204dabb1 100644 --- a/docs/manual/style/css/prettify.css +++ b/docs/manual/style/css/prettify.css @@ -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 */