diff options
author | Preston Brown <pbrown@redhat.com> | 2001-04-30 20:56:25 +0000 |
---|---|---|
committer | Preston Brown <pbrown@redhat.com> | 2001-04-30 20:56:25 +0000 |
commit | 4b0faa32f3ce02d731ddabf42759402fbee055e9 (patch) | |
tree | 5d0910efec30b10f3290ee31a2f790be12569e16 /src/doc/html/doxygen.css | |
parent | 1db57c2ff10dc7e581c0c04dc8ce72832a49bcb4 (diff) | |
download | initscripts-4b0faa32f3ce02d731ddabf42759402fbee055e9.tar initscripts-4b0faa32f3ce02d731ddabf42759402fbee055e9.tar.gz initscripts-4b0faa32f3ce02d731ddabf42759402fbee055e9.tar.bz2 initscripts-4b0faa32f3ce02d731ddabf42759402fbee055e9.tar.xz initscripts-4b0faa32f3ce02d731ddabf42759402fbee055e9.zip |
documentation for ipcalc added.
Diffstat (limited to 'src/doc/html/doxygen.css')
-rw-r--r-- | src/doc/html/doxygen.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/doc/html/doxygen.css b/src/doc/html/doxygen.css new file mode 100644 index 00000000..7f8e5b88 --- /dev/null +++ b/src/doc/html/doxygen.css @@ -0,0 +1,20 @@ +H1 { text-align: center; } +A.qindex {} +A.qindexRef {} +A.el { text-decoration: none; font-weight: bold } +A.elRef { font-weight: bold } +A.code { text-decoration: none; font-weight: normal; color: #4444ee } +A.codeRef { font-weight: normal; color: #4444ee } +DL.el { margin-left: -1cm } +DIV.fragment { width: 100%; border: none; background-color: #eeeeee } +DIV.ah { background-color: black; margin-bottom: 3; margin-top: 3 } +TD.md { background-color: #f2f2ff } +DIV.groupHeader { margin-left: 16; margin-top: 12; margin-bottom: 6; font-weight: bold } +DIV.groupText { margin-left: 16; font-style: italic; font-size: smaller } +FONT.keyword { color: #008000 } +FONT.keywordtype { color: #604020 } +FONT.keywordflow { color: #e08000 } +FONT.comment { color: #800000 } +FONT.preprocessor { color: #806020 } +FONT.stringliteral { color: #002080 } +FONT.charliteral { color: #008080 } |