diff options
Diffstat (limited to 'examples/group/html/doxygen.css')
-rw-r--r-- | examples/group/html/doxygen.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/group/html/doxygen.css b/examples/group/html/doxygen.css new file mode 100644 index 0000000..e1dee1c --- /dev/null +++ b/examples/group/html/doxygen.css @@ -0,0 +1,11 @@ +H1 { text-align: center } +A.el { text-decoration: none; font-weight: bold } +DL.el { margin-left: -1cm } +DIV.fragment { width: 100%; border: none; background-color: #eeeeee } +DIV.in { margin-left: 16 } +DIV.ah { background-color: black; margin-bottom: 3; margin-top: 3 } +A.gl:link { color: #ffffff } +A.gl:visited { color: #ffffff } +A.gl { text-decoration: none; font-weight: bold; background-color: #ff8080 } +TD.md { background-color: #f2f2ff } + |