diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-01 18:09:32 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-01 18:09:32 +0000 |
commit | ff11842e8fad53e532a68b31049ef41006a88cba (patch) | |
tree | 6e47714a92d6fe9233af5eebdc127f64a59c7663 /docs/doxygen.css | |
parent | 4e7d96172022f778d8f9ea5d5229180bdfb9d5d5 (diff) |
Make doxygen pages look like our own documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13919 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/doxygen.css')
-rw-r--r-- | docs/doxygen.css | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/docs/doxygen.css b/docs/doxygen.css index 41aa74cf28..bbd6a6eb3e 100644 --- a/docs/doxygen.css +++ b/docs/doxygen.css @@ -77,8 +77,19 @@ span.charliteral { color: #008080 } vertical-align: middle; } .title { - font-size: 105% - font-weight: bold; - text-decoration: underline; - text-align: center; + color: black; background: url("img/lines.gif"); + font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold; + border-width: 1px; + border-style: solid none solid none; + text-align: center; + vertical-align: middle; + padding-left: 8pt; + padding-top: 1px; + padding-bottom: 2px +/* + font-size: 105% + font-weight: bold; + text-decoration: underline; + text-align: center; +*/ } |