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 | c9555decd127388669383d3161447df452dcea08 (patch) | |
tree | 557a63c3a5cbc5f3e552af7fb970b94f7c3e0cf0 /llvm/docs/doxygen.css | |
parent | a1c4fcce3f8d90aa7d77f9e1250838da3b044a89 (diff) | |
download | bcm5719-llvm-c9555decd127388669383d3161447df452dcea08.tar.gz bcm5719-llvm-c9555decd127388669383d3161447df452dcea08.zip |
Make doxygen pages look like our own documentation.
llvm-svn: 13919
Diffstat (limited to 'llvm/docs/doxygen.css')
-rw-r--r-- | llvm/docs/doxygen.css | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/llvm/docs/doxygen.css b/llvm/docs/doxygen.css index 41aa74cf28c..bbd6a6eb3e3 100644 --- a/llvm/docs/doxygen.css +++ b/llvm/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; +*/ } |