1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-19 02:42:17 +03:00
Files
apache/docs/manual/style/manual.css
Joshua Slive ebcf1d624a Change the format slightly so that each "context" get's its own tag in
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
2002-02-15 16:07:28 +00:00

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 }