]> granicus.if.org Git - apache/commitdiff
Make httpd directives bold in highlighting
authorDaniel Gruno <humbedooh@apache.org>
Wed, 25 Apr 2012 13:06:45 +0000 (13:06 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 25 Apr 2012 13:06:45 +0000 (13:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330256 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/css/prettify.css

index 6602c3d6115a17edcb53f14393053bae66240486..8fd204dabb100b550a1be04958aaee2b4b740e46 100644 (file)
@@ -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 */