diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-01 18:19:28 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-01 18:19:28 +0000 |
commit | 5c7af72c08604dc2cd00d00864ab81395acd76b4 (patch) | |
tree | b26232ed2a5e63a7ad257187066c8832a58e03b6 /docs/doxygen.css | |
parent | 6a615adb15128f52c3b25f0a40947709154196ff (diff) | |
download | external_llvm-5c7af72c08604dc2cd00d00864ab81395acd76b4.zip external_llvm-5c7af72c08604dc2cd00d00864ab81395acd76b4.tar.gz external_llvm-5c7af72c08604dc2cd00d00864ab81395acd76b4.tar.bz2 |
* Use sans-serif fonts just like in the rest of doxygen
* Reference the lines image correctly
* Set font size to make the title stand out
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13921 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/doxygen.css')
-rw-r--r-- | docs/doxygen.css | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/docs/doxygen.css b/docs/doxygen.css index bbd6a6e..f08ea92 100644 --- a/docs/doxygen.css +++ b/docs/doxygen.css @@ -77,8 +77,9 @@ span.charliteral { color: #008080 } vertical-align: middle; } .title { - color: black; background: url("img/lines.gif"); - font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold; + font-size: 25pt; + color: black; background: url("../img/lines.gif"); + font-weight: bold; border-width: 1px; border-style: solid none solid none; text-align: center; @@ -86,10 +87,4 @@ span.charliteral { color: #008080 } padding-left: 8pt; padding-top: 1px; padding-bottom: 2px -/* - font-size: 105% - font-weight: bold; - text-decoration: underline; - text-align: center; -*/ } |