mirror of
https://github.com/apache/httpd.git
synced 2025-07-19 02:42:17 +03:00
a <contextlist>. This should make it easier to, for example, generate an index of all the directives available in a certain context. Also, add a css stylesheet, turn off link underlining, and turn all the directive and module names green. Further refinement necessary for sure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93427 13f79535-47bb-0310-9956-ffa450edef68
13 lines
241 B
CSS
13 lines
241 B
CSS
body {background: white;
|
|
text: black; }
|
|
|
|
.help { font-weight: bold }
|
|
|
|
.directive { color: green; }
|
|
|
|
.module { color: green; }
|
|
|
|
a:link { text-decoration: none }
|
|
a:hover { text-decoration: underline }
|
|
a:visited { text-decoration: none }
|